Color Hex Logo

#c967cb Color Hex

#C967CB
(201,103,203)
0 Favorites   0 Comments

Color spaces of #c967cb

RGB 201103203
HSL0.830.490.60
HSV299°49°80°
CMYK 0.010.490.00   0.20
XYZ39.717126.429859.5081
Yxy26.42980.31610.2103
Hunter Lab51.409947.9341-32.6425
CIE-Lab58.442852.9349-35.1695

#c967cb color RGB value is (201,103,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100111 11001011
Octal 311 147 313
Decimal 201 103 203
Hex C9 67 CB

RGB Percentages of Color #c967cb

%39.64
%20.32
%40.04

CMYK Percentages of Color #c967cb

%1
%49
%0
%20

Triadic Colors of #c967cb

#c967cb #cbc967 #67cbc9

Analogous Colors of #c967cb

#c967cb #cb679b #9767cb

Monochromatic Colors of #c967cb

#c967cb

Complementary Color

#c967cb #69cb67

#c967cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c967cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c967cb Color CSS Codes

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

#c967cb Text Font Color

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

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


#c967cb Background Color

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

This div background color is #c967cb


#c967cb Border Color

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

This div border color is #c967cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c967cb


Comments

No comments written yet.

Please login to write comment.