Color Hex Logo

#c7015b Color Hex

#C7015B
(199,1,91)
0 Favorites   0 Comments

Color spaces of #c7015b

RGB 199191
HSL0.920.990.39
HSV333°99°78°
CMYK 0.000.990.54   0.22
XYZ25.452412.919211.0497
Yxy12.91920.51500.2614
Hunter Lab35.943363.49986.9333
CIE-Lab42.641269.51617.8174

#c7015b color RGB value is (199,1,91).

#c7015b hex color red value is 199, green value is 1 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c7015b hue: 0.92 , saturation: 0.99 and the lightness value of c7015b is 0.39.

The process color (four color CMYK) of #c7015b color hex is 0.00, 0.99, 0.54, 0.22. Web safe color of #c7015b is #cc0066. Color #c7015b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000001 01011011
Octal 307 1 133
Decimal 199 1 91
Hex C7 1 5B

RGB Percentages of Color #c7015b

%68.38
%0.34
%31.27

CMYK Percentages of Color #c7015b

%0
%99
%54
%22

Triadic Colors of #c7015b

#c7015b #5bc701 #015bc7

Analogous Colors of #c7015b

#c7015b #c70a01 #c701be

Monochromatic Colors of #c7015b

#c7015b

Complementary Color

#c7015b #01c76d

#c7015b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7015b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7015b Color CSS Codes

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

#c7015b Text Font Color

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

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


#c7015b Background Color

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

This div background color is #c7015b


#c7015b Border Color

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

This div border color is #c7015b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7015b


Comments

No comments written yet.

Please login to write comment.