Color Hex Logo

#c968cb Color Hex

#C968CB
(201,104,203)
0 Favorites   0 Comments

Color spaces of #c968cb

RGB 201104203
HSL0.830.490.60
HSV299°49°80°
CMYK 0.010.490.00   0.20
XYZ39.817226.629959.5414
Yxy26.62990.31600.2114
Hunter Lab51.604247.4213-32.2865
CIE-Lab58.630252.4409-34.8769

#c968cb color RGB value is (201,104,203).

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

The process color (four color CMYK) of #c968cb color hex is 0.01, 0.49, 0.00, 0.20. Web safe color of #c968cb is #cc66cc. Color #c968cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101000 11001011
Octal 311 150 313
Decimal 201 104 203
Hex C9 68 CB

RGB Percentages of Color #c968cb

%39.57
%20.47
%39.96

CMYK Percentages of Color #c968cb

%1
%49
%0
%20

Triadic Colors of #c968cb

#c968cb #cbc968 #68cbc9

Analogous Colors of #c968cb

#c968cb #cb689c #9868cb

Monochromatic Colors of #c968cb

#c968cb

Complementary Color

#c968cb #6acb68

#c968cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c968cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c968cb Color CSS Codes

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

#c968cb Text Font Color

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

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


#c968cb Background Color

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

This div background color is #c968cb


#c968cb Border Color

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

This div border color is #c968cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,104,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 #c968cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c968cb


Comments

No comments written yet.

Please login to write comment.