Color Hex Logo

#c96691 Color Hex

#C96691
(201,102,145)
0 Favorites   0 Comments

Color spaces of #c96691

RGB 201102145
HSL0.930.480.59
HSV334°49°79°
CMYK 0.000.490.28   0.21
XYZ33.949623.964629.6243
Yxy23.96460.38780.2738
Hunter Lab48.953738.1217-1.6118
CIE-Lab56.052344.1902-5.3682

#c96691 color RGB value is (201,102,145).

#c96691 hex color red value is 201, green value is 102 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #c96691 hue: 0.93 , saturation: 0.48 and the lightness value of c96691 is 0.59.

The process color (four color CMYK) of #c96691 color hex is 0.00, 0.49, 0.28, 0.21. Web safe color of #c96691 is #cc6699. Color #c96691 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100110 10010001
Octal 311 146 221
Decimal 201 102 145
Hex C9 66 91

RGB Percentages of Color #c96691

%44.87
%22.77
%32.37

CMYK Percentages of Color #c96691

%0
%49
%28
%21

Triadic Colors of #c96691

#c96691 #91c966 #6691c9

Analogous Colors of #c96691

#c96691 #c96d66 #c966c3

Monochromatic Colors of #c96691

#c96691

Complementary Color

#c96691 #66c99e

#c96691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96691 Color CSS Codes

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

#c96691 Text Font Color

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

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


#c96691 Background Color

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

This div background color is #c96691


#c96691 Border Color

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

This div border color is #c96691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96691


Comments

No comments written yet.

Please login to write comment.