Color Hex Logo

#c70953 Color Hex

#C70953
(199,9,83)
0 Favorites   0 Comments

Color spaces of #c70953

RGB 199983
HSL0.940.910.41
HSV337°95°78°
CMYK 0.000.950.58   0.22
XYZ25.212212.96209.3567
Yxy12.96200.53040.2727
Hunter Lab36.002861.99609.7932
CIE-Lab42.705968.220212.9598

#c70953 color RGB value is (199,9,83).

#c70953 hex color red value is 199, green value is 9 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #c70953 hue: 0.94 , saturation: 0.91 and the lightness value of c70953 is 0.41.

The process color (four color CMYK) of #c70953 color hex is 0.00, 0.95, 0.58, 0.22. Web safe color of #c70953 is #cc0066. Color #c70953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001001 01010011
Octal 307 11 123
Decimal 199 9 83
Hex C7 9 53

RGB Percentages of Color #c70953

%68.38
%3.09
%28.52

CMYK Percentages of Color #c70953

%0
%95
%58
%22

Triadic Colors of #c70953

#c70953 #53c709 #0953c7

Analogous Colors of #c70953

#c70953 #c71e09 #c709b2

Monochromatic Colors of #c70953

#c70953

Complementary Color

#c70953 #09c77d

#c70953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70953 Color CSS Codes

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

#c70953 Text Font Color

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

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


#c70953 Background Color

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

This div background color is #c70953


#c70953 Border Color

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

This div border color is #c70953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70953


Comments

No comments written yet.

Please login to write comment.