Color Hex Logo

#c9067d Color Hex

#C9067D
(201,6,125)
0 Favorites   0 Comments

Color spaces of #c9067d

RGB 2016125
HSL0.900.940.41
HSV323°97°79°
CMYK 0.000.970.38   0.21
XYZ27.854214.028420.6417
Yxy14.02840.44550.2244
Hunter Lab37.454567.2017-6.4574
CIE-Lab44.273672.3140-10.9725

#c9067d color RGB value is (201,6,125).

#c9067d hex color red value is 201, green value is 6 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c9067d hue: 0.90 , saturation: 0.94 and the lightness value of c9067d is 0.41.

The process color (four color CMYK) of #c9067d color hex is 0.00, 0.97, 0.38, 0.21. Web safe color of #c9067d is #cc0066. Color #c9067d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000110 01111101
Octal 311 6 175
Decimal 201 6 125
Hex C9 6 7D

RGB Percentages of Color #c9067d

%60.54
%1.81
%37.65

CMYK Percentages of Color #c9067d

%0
%97
%38
%21

Triadic Colors of #c9067d

#c9067d #7dc906 #067dc9

Analogous Colors of #c9067d

#c9067d #c9061b #b406c9

Monochromatic Colors of #c9067d

#c9067d

Complementary Color

#c9067d #06c952

#c9067d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9067d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9067d Color CSS Codes

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

#c9067d Text Font Color

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

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


#c9067d Background Color

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

This div background color is #c9067d


#c9067d Border Color

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

This div border color is #c9067d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9067d


Comments

No comments written yet.

Please login to write comment.