Color Hex Logo

#c7006b Color Hex

#C7006B
(199,0,107)
2 Favorites   0 Comments

Color spaces of #c7006b

RGB 1990107
HSL0.911.000.39
HSV328°100°78°
CMYK 0.001.000.46   0.22
XYZ26.207013.203715.0772
Yxy13.20370.48100.2423
Hunter Lab36.336965.14870.8347
CIE-Lab43.068670.8281-1.6282

#c7006b color RGB value is (199,0,107).

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

The process color (four color CMYK) of #c7006b color hex is 0.00, 1.00, 0.46, 0.22. Web safe color of #c7006b is #cc0066. Color #c7006b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000000 01101011
Octal 307 0 153
Decimal 199 0 107
Hex C7 0 6B

RGB Percentages of Color #c7006b

%65.03
%0.00
%34.97

CMYK Percentages of Color #c7006b

%0
%100
%46
%22

Triadic Colors of #c7006b

#c7006b #6bc700 #006bc7

Analogous Colors of #c7006b

#c7006b #c70008 #c000c7

Monochromatic Colors of #c7006b

#c7006b

Complementary Color

#c7006b #00c75c

#c7006b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7006b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7006b Color CSS Codes

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

#c7006b Text Font Color

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

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


#c7006b Background Color

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

This div background color is #c7006b


#c7006b Border Color

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

This div border color is #c7006b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,0,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 #c7006b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7006b


Comments

No comments written yet.

Please login to write comment.