Color Hex Logo

#c96885 Color Hex

#C96885
(201,104,133)
0 Favorites   0 Comments

Color spaces of #c96885

RGB 201104133
HSL0.950.470.60
HSV342°48°79°
CMYK 0.000.480.34   0.21
XYZ33.271324.011625.0714
Yxy24.01160.40400.2916
Hunter Lab49.001635.44573.9658
CIE-Lab56.099441.60881.7247

#c96885 color RGB value is (201,104,133).

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

The process color (four color CMYK) of #c96885 color hex is 0.00, 0.48, 0.34, 0.21. Web safe color of #c96885 is #cc6699. Color #c96885 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101000 10000101
Octal 311 150 205
Decimal 201 104 133
Hex C9 68 85

RGB Percentages of Color #c96885

%45.89
%23.74
%30.37

CMYK Percentages of Color #c96885

%0
%48
%34
%21

Triadic Colors of #c96885

#c96885 #85c968 #6885c9

Analogous Colors of #c96885

#c96885 #c97c68 #c968b6

Monochromatic Colors of #c96885

#c96885

Complementary Color

#c96885 #68c9ac

#c96885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96885 Color CSS Codes

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

#c96885 Text Font Color

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

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


#c96885 Background Color

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

This div background color is #c96885


#c96885 Border Color

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

This div border color is #c96885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96885


Comments

No comments written yet.

Please login to write comment.