Color Hex Logo

#c70dc9 Color Hex

#C70DC9
(199,13,201)
0 Favorites   0 Comments

Color spaces of #c70dc9

RGB 19913201
HSL0.830.880.42
HSV299°94°79°
CMYK 0.010.940.00   0.21
XYZ34.239716.647056.6669
Yxy16.64700.31840.1548
Hunter Lab40.800778.3947-53.7856
CIE-Lab47.812180.7159-50.8533

#c70dc9 color RGB value is (199,13,201).

#c70dc9 hex color red value is 199, green value is 13 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #c70dc9 hue: 0.83 , saturation: 0.88 and the lightness value of c70dc9 is 0.42.

The process color (four color CMYK) of #c70dc9 color hex is 0.01, 0.94, 0.00, 0.21. Web safe color of #c70dc9 is #cc00cc. Color #c70dc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001101 11001001
Octal 307 15 311
Decimal 199 13 201
Hex C7 D C9

RGB Percentages of Color #c70dc9

%48.18
%3.15
%48.67

CMYK Percentages of Color #c70dc9

%1
%94
%0
%21

Triadic Colors of #c70dc9

#c70dc9 #c9c70d #0dc9c7

Analogous Colors of #c70dc9

#c70dc9 #c90d6d #690dc9

Monochromatic Colors of #c70dc9

#c70dc9

Complementary Color

#c70dc9 #0fc90d

#c70dc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70dc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70dc9 Color CSS Codes

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

#c70dc9 Text Font Color

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

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


#c70dc9 Background Color

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

This div background color is #c70dc9


#c70dc9 Border Color

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

This div border color is #c70dc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70dc9


Comments

No comments written yet.

Please login to write comment.