Color Hex Logo

#c70cca Color Hex

#C70CCA
(199,12,202)
0 Favorites   0 Comments

Color spaces of #c70cca

RGB 19912202
HSL0.830.890.42
HSV299°94°79°
CMYK 0.010.940.00   0.21
XYZ34.345316.669357.2844
Yxy16.66930.31710.1539
Hunter Lab40.828178.7083-54.6081
CIE-Lab47.840680.9585-51.3864

#c70cca color RGB value is (199,12,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001100 11001010
Octal 307 14 312
Decimal 199 12 202
Hex C7 C CA

RGB Percentages of Color #c70cca

%48.18
%2.91
%48.91

CMYK Percentages of Color #c70cca

%1
%94
%0
%21

Triadic Colors of #c70cca

#c70cca #cac70c #0ccac7

Analogous Colors of #c70cca

#c70cca #ca0c6e #680cca

Monochromatic Colors of #c70cca

#c70cca

Complementary Color

#c70cca #0fca0c

#c70cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70cca Color CSS Codes

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

#c70cca Text Font Color

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

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


#c70cca Background Color

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

This div background color is #c70cca


#c70cca Border Color

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

This div border color is #c70cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70cca


Comments

No comments written yet.

Please login to write comment.