Color Hex Logo

#c9078f Color Hex

#C9078F
(201,7,143)
0 Favorites   0 Comments

Color spaces of #c9078f

RGB 2017143
HSL0.880.930.41
HSV318°97°79°
CMYK 0.000.970.29   0.21
XYZ29.121314.552627.2607
Yxy14.55260.41050.2052
Hunter Lab38.147969.5045-15.6655
CIE-Lab45.015274.0791-20.8551

#c9078f color RGB value is (201,7,143).

#c9078f hex color red value is 201, green value is 7 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c9078f hue: 0.88 , saturation: 0.93 and the lightness value of c9078f is 0.41.

The process color (four color CMYK) of #c9078f color hex is 0.00, 0.97, 0.29, 0.21. Web safe color of #c9078f is #cc0099. Color #c9078f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000111 10001111
Octal 311 7 217
Decimal 201 7 143
Hex C9 7 8F

RGB Percentages of Color #c9078f

%57.26
%1.99
%40.74

CMYK Percentages of Color #c9078f

%0
%97
%29
%21

Triadic Colors of #c9078f

#c9078f #8fc907 #078fc9

Analogous Colors of #c9078f

#c9078f #c9072e #a207c9

Monochromatic Colors of #c9078f

#c9078f

Complementary Color

#c9078f #07c941

#c9078f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9078f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9078f Color CSS Codes

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

#c9078f Text Font Color

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

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


#c9078f Background Color

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

This div background color is #c9078f


#c9078f Border Color

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

This div border color is #c9078f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9078f


Comments

No comments written yet.

Please login to write comment.