Color Hex Logo

#c9016e Color Hex

#C9016E
(201,1,110)
0 Favorites   0 Comments

Color spaces of #c9016e

RGB 2011110
HSL0.910.990.40
HSV327°100°79°
CMYK 0.001.000.45   0.21
XYZ26.912713.565015.9517
Yxy13.56500.47690.2404
Hunter Lab36.830765.97870.1025
CIE-Lab43.602571.4219-2.6706

#c9016e color RGB value is (201,1,110).

#c9016e hex color red value is 201, green value is 1 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c9016e hue: 0.91 , saturation: 0.99 and the lightness value of c9016e is 0.40.

The process color (four color CMYK) of #c9016e color hex is 0.00, 1.00, 0.45, 0.21. Web safe color of #c9016e is #cc0066. Color #c9016e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000001 01101110
Octal 311 1 156
Decimal 201 1 110
Hex C9 1 6E

RGB Percentages of Color #c9016e

%64.42
%0.32
%35.26

CMYK Percentages of Color #c9016e

%0
%100
%45
%21

Triadic Colors of #c9016e

#c9016e #6ec901 #016ec9

Analogous Colors of #c9016e

#c9016e #c9010a #c001c9

Monochromatic Colors of #c9016e

#c9016e

Complementary Color

#c9016e #01c95c

#c9016e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9016e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9016e Color CSS Codes

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

#c9016e Text Font Color

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

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


#c9016e Background Color

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

This div background color is #c9016e


#c9016e Border Color

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

This div border color is #c9016e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9016e


Comments

No comments written yet.

Please login to write comment.