Color Hex Logo

#c70daa Color Hex

#C70DAA
(199,13,170)
0 Favorites   0 Comments

Color spaces of #c70daa

RGB 19913170
HSL0.860.880.42
HSV309°93°78°
CMYK 0.000.930.15   0.22
XYZ30.952815.332239.3582
Yxy15.33220.36140.1790
Hunter Lab39.156472.5793-32.1862
CIE-Lab46.085976.3875-35.4248

#c70daa color RGB value is (199,13,170).

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

The process color (four color CMYK) of #c70daa color hex is 0.00, 0.93, 0.15, 0.22. Web safe color of #c70daa is #cc0099. Color #c70daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001101 10101010
Octal 307 15 252
Decimal 199 13 170
Hex C7 D AA

RGB Percentages of Color #c70daa

%52.09
%3.40
%44.50

CMYK Percentages of Color #c70daa

%0
%93
%15
%22

Triadic Colors of #c70daa

#c70daa #aac70d #0daac7

Analogous Colors of #c70daa

#c70daa #c70d4d #870dc7

Monochromatic Colors of #c70daa

#c70daa

Complementary Color

#c70daa #0dc72a

#c70daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70daa Color CSS Codes

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

#c70daa Text Font Color

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

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


#c70daa Background Color

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

This div background color is #c70daa


#c70daa Border Color

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

This div border color is #c70daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70daa


Comments

No comments written yet.

Please login to write comment.