Color Hex Logo

#c7008e Color Hex

#C7008E
(199,0,142)
0 Favorites   0 Comments

Color spaces of #c7008e

RGB 1990142
HSL0.881.000.39
HSV317°100°78°
CMYK 0.001.000.29   0.22
XYZ28.435714.095126.8131
Yxy14.09510.41010.2033
Hunter Lab37.543469.4963-16.0638
CIE-Lab44.369074.1982-21.2755

#c7008e color RGB value is (199,0,142).

#c7008e hex color red value is 199, green value is 0 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c7008e hue: 0.88 , saturation: 1.00 and the lightness value of c7008e is 0.39.

The process color (four color CMYK) of #c7008e color hex is 0.00, 1.00, 0.29, 0.22. Web safe color of #c7008e is #cc0099. Color #c7008e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000000 10001110
Octal 307 0 216
Decimal 199 0 142
Hex C7 0 8E

RGB Percentages of Color #c7008e

%58.36
%0.00
%41.64

CMYK Percentages of Color #c7008e

%0
%100
%29
%22

Triadic Colors of #c7008e

#c7008e #8ec700 #008ec7

Analogous Colors of #c7008e

#c7008e #c7002b #9d00c7

Monochromatic Colors of #c7008e

#c7008e

Complementary Color

#c7008e #00c739

#c7008e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7008e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7008e Color CSS Codes

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

#c7008e Text Font Color

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

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


#c7008e Background Color

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

This div background color is #c7008e


#c7008e Border Color

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

This div border color is #c7008e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,0,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7008e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7008e;
  -webkit-box-shadow: 1px 1px 3px 2px #c7008e;
  box-shadow:         1px 1px 3px 2px #c7008e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,0,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7008e


Comments

No comments written yet.

Please login to write comment.