Color Hex Logo

#c70cae Color Hex

#C70CAE
(199,12,174)
0 Favorites   0 Comments

Color spaces of #c70cae

RGB 19912174
HSL0.860.890.41
HSV308°94°78°
CMYK 0.000.940.13   0.22
XYZ31.324615.461141.3777
Yxy15.46110.35530.1754
Hunter Lab39.320673.3902-34.8674
CIE-Lab46.259477.0115-37.5219

#c70cae color RGB value is (199,12,174).

#c70cae hex color red value is 199, green value is 12 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c70cae hue: 0.86 , saturation: 0.89 and the lightness value of c70cae is 0.41.

The process color (four color CMYK) of #c70cae color hex is 0.00, 0.94, 0.13, 0.22. Web safe color of #c70cae is #cc0099. Color #c70cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001100 10101110
Octal 307 14 256
Decimal 199 12 174
Hex C7 C AE

RGB Percentages of Color #c70cae

%51.69
%3.12
%45.19

CMYK Percentages of Color #c70cae

%0
%94
%13
%22

Triadic Colors of #c70cae

#c70cae #aec70c #0caec7

Analogous Colors of #c70cae

#c70cae #c70c51 #830cc7

Monochromatic Colors of #c70cae

#c70cae

Complementary Color

#c70cae #0cc725

#c70cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70cae Color CSS Codes

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

#c70cae Text Font Color

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

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


#c70cae Background Color

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

This div background color is #c70cae


#c70cae Border Color

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

This div border color is #c70cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70cae


Comments

No comments written yet.

Please login to write comment.