color codes Logo

#c320bb color codes

#C320BB
(195,32,187)
0 Favorites   0 Comments

Color spaces of #c320bb

RGB 19532187
HSL0.840.720.45
HSV303°84°76°
CMYK 0.000.840.04   0.24
XYZ31.991816.223048.4589
Yxy16.22300.33090.1678
Hunter Lab40.277871.2927-43.1384
CIE-Lab47.265775.1087-43.6196

#c320bb color RGB value is (195,32,187).

#c320bb hex color red value is 195, green value is 32 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c320bb hue: 0.84 , saturation: 0.72 and the lightness value of c320bb is 0.45.

The process color (four color CMYK) of #c320bb color code is 0.00, 0.84, 0.04, 0.24. Web safe color of #c320bb is #cc33cc. Color #c320bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100000 10111011
Octal 303 40 273
Decimal 195 32 187
Hex C3 20 BB

RGB Percentages of Color #c320bb

%47.10
%7.73
%45.17

CMYK Percentages of Color #c320bb

%0
%84
%4
%24

Triadic Colors of #c320bb

#c320bb #bbc320 #20bbc3

Analogous Colors of #c320bb

#c320bb #c3206a #7a20c3

Monochromatic Colors of #c320bb

#c320bb

Complementary Color

#c320bb #20c328

#c320bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c320bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c320bb Color CSS Codes

.mybgcolor {background-color:#c320bb; } 
.myforecolor {color:#c320bb; }
.mybordercolor {border:3px solid #c320bb; }

#c320bb Text Font Color

<p style="color:#c320bb">Text here</p>

This sample text font color is #c320bb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c320bb Background Color

<div style="background-color:#c320bb">
Div content here</div>

This div background color is #c320bb


#c320bb Border Color

<div style="border:3px solid #c320bb">
Div here</div>

This div border color is #c320bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,32,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c320bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c320bb;
  -webkit-box-shadow: 1px 1px 3px 2px #c320bb;
  box-shadow:         1px 1px 3px 2px #c320bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,32,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c320bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c320bb;
  -webkit-box-shadow: 1px 1px 3px 2px #c320bb;
  box-shadow:         1px 1px 3px 2px #c320bb;">
Div content here</div>

This div box has shadow with color #c320bb


Comments

No comments written yet.

Please login to write comment.