color codes Logo

#c70b5a color codes

#C70B5A
(199,11,90)
0 Favorites   0 Comments

Color spaces of #c70b5a

RGB 1991190
HSL0.930.900.41
HSV335°94°78°
CMYK 0.000.940.55   0.22
XYZ25.518313.119610.8602
Yxy13.11960.51550.2651
Hunter Lab36.221062.36957.5777
CIE-Lab42.942968.49378.8738

#c70b5a color RGB value is (199,11,90).

#c70b5a hex color red value is 199, green value is 11 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #c70b5a hue: 0.93 , saturation: 0.90 and the lightness value of c70b5a is 0.41.

The process color (four color CMYK) of #c70b5a color code is 0.00, 0.94, 0.55, 0.22. Web safe color of #c70b5a is #cc0066. Color #c70b5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001011 01011010
Octal 307 13 132
Decimal 199 11 90
Hex C7 B 5A

RGB Percentages of Color #c70b5a

%66.33
%3.67
%30.00

CMYK Percentages of Color #c70b5a

%0
%94
%55
%22

Triadic Colors of #c70b5a

#c70b5a #5ac70b #0b5ac7

Analogous Colors of #c70b5a

#c70b5a #c71a0b #c70bb8

Monochromatic Colors of #c70b5a

#c70b5a

Complementary Color

#c70b5a #0bc778

#c70b5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70b5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70b5a Color CSS Codes

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

#c70b5a Text Font Color

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

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


#c70b5a Background Color

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

This div background color is #c70b5a


#c70b5a Border Color

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

This div border color is #c70b5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70b5a


Comments

No comments written yet.

Please login to write comment.