Color Hex Logo

#c70390 Color Hex

#C70390
(199,3,144)
0 Favorites   0 Comments

Color spaces of #c70390

RGB 1993144
HSL0.880.970.40
HSV317°98°78°
CMYK 0.000.980.28   0.22
XYZ28.619814.220927.6220
Yxy14.22090.40620.2018
Hunter Lab37.710669.4759-17.0309
CIE-Lab44.548174.1465-22.2149

#c70390 color RGB value is (199,3,144).

#c70390 hex color red value is 199, green value is 3 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c70390 hue: 0.88 , saturation: 0.97 and the lightness value of c70390 is 0.40.

The process color (four color CMYK) of #c70390 color hex is 0.00, 0.98, 0.28, 0.22. Web safe color of #c70390 is #cc0099. Color #c70390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000011 10010000
Octal 307 3 220
Decimal 199 3 144
Hex C7 3 90

RGB Percentages of Color #c70390

%57.51
%0.87
%41.62

CMYK Percentages of Color #c70390

%0
%98
%28
%22

Triadic Colors of #c70390

#c70390 #90c703 #0390c7

Analogous Colors of #c70390

#c70390 #c7032e #9c03c7

Monochromatic Colors of #c70390

#c70390

Complementary Color

#c70390 #03c73a

#c70390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70390 Color CSS Codes

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

#c70390 Text Font Color

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

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


#c70390 Background Color

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

This div background color is #c70390


#c70390 Border Color

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

This div border color is #c70390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70390


Comments

No comments written yet.

Please login to write comment.