Color Hex Logo

#c908cb Color Hex

#C908CB
(201,8,203)
0 Favorites   0 Comments

Color spaces of #c908cb

RGB 2018203
HSL0.830.920.41
HSV299°96°80°
CMYK 0.010.960.00   0.20
XYZ34.953716.903057.9202
Yxy16.90300.31840.1540
Hunter Lab41.113379.8091-54.7482
CIE-Lab48.137681.7691-51.4696

#c908cb color RGB value is (201,8,203).

#c908cb hex color red value is 201, green value is 8 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c908cb hue: 0.83 , saturation: 0.92 and the lightness value of c908cb is 0.41.

The process color (four color CMYK) of #c908cb color hex is 0.01, 0.96, 0.00, 0.20. Web safe color of #c908cb is #cc00cc. Color #c908cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001000 11001011
Octal 311 10 313
Decimal 201 8 203
Hex C9 8 CB

RGB Percentages of Color #c908cb

%48.79
%1.94
%49.27

CMYK Percentages of Color #c908cb

%1
%96
%0
%20

Triadic Colors of #c908cb

#c908cb #cbc908 #08cbc9

Analogous Colors of #c908cb

#c908cb #cb086c #6808cb

Monochromatic Colors of #c908cb

#c908cb

Complementary Color

#c908cb #0acb08

#c908cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c908cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c908cb Color CSS Codes

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

#c908cb Text Font Color

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

This sample text font color is #c908cb
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.


#c908cb Background Color

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

This div background color is #c908cb


#c908cb Border Color

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

This div border color is #c908cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,8,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c908cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c908cb;
  -webkit-box-shadow: 1px 1px 3px 2px #c908cb;
  box-shadow:         1px 1px 3px 2px #c908cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,8,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c908cb


Comments

No comments written yet.

Please login to write comment.