Color Hex Logo

#c9086b Color Hex

#C9086B
(201,8,107)
0 Favorites   0 Comments

Color spaces of #c9086b

RGB 2018107
HSL0.910.920.41
HSV329°96°79°
CMYK 0.000.960.47   0.21
XYZ26.828113.652715.1312
Yxy13.65270.48240.2455
Hunter Lab36.949664.94241.5849
CIE-Lab43.730770.5250-0.6100

#c9086b color RGB value is (201,8,107).

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

The process color (four color CMYK) of #c9086b color hex is 0.00, 0.96, 0.47, 0.21. Web safe color of #c9086b is #cc0066. Color #c9086b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001000 01101011
Octal 311 10 153
Decimal 201 8 107
Hex C9 8 6B

RGB Percentages of Color #c9086b

%63.61
%2.53
%33.86

CMYK Percentages of Color #c9086b

%0
%96
%47
%21

Triadic Colors of #c9086b

#c9086b #6bc908 #086bc9

Analogous Colors of #c9086b

#c9086b #c9080a #c708c9

Monochromatic Colors of #c9086b

#c9086b

Complementary Color

#c9086b #08c966

#c9086b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9086b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9086b Color CSS Codes

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

#c9086b Text Font Color

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

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


#c9086b Background Color

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

This div background color is #c9086b


#c9086b Border Color

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

This div border color is #c9086b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9086b


Comments

No comments written yet.

Please login to write comment.