Color Hex Logo

#c70cea Color Hex

#C70CEA
(199,12,234)
0 Favorites   0 Comments

Color spaces of #c70cea

RGB 19912234
HSL0.810.900.48
HSV291°95°92°
CMYK 0.150.950.00   0.08
XYZ38.535918.345679.3519
Yxy18.34560.28290.1347
Hunter Lab42.831885.6415-79.8609
CIE-Lab49.912685.9597-66.3395

#c70cea color RGB value is (199,12,234).

#c70cea hex color red value is 199, green value is 12 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c70cea hue: 0.81 , saturation: 0.90 and the lightness value of c70cea is 0.48.

The process color (four color CMYK) of #c70cea color hex is 0.15, 0.95, 0.00, 0.08. Web safe color of #c70cea is #cc00ff. Color #c70cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001100 11101010
Octal 307 14 352
Decimal 199 12 234
Hex C7 C EA

RGB Percentages of Color #c70cea

%44.72
%2.70
%52.58

CMYK Percentages of Color #c70cea

%15
%95
%0
%8

Triadic Colors of #c70cea

#c70cea #eac70c #0ceac7

Analogous Colors of #c70cea

#c70cea #ea0c9e #580cea

Monochromatic Colors of #c70cea

#c70cea

Complementary Color

#c70cea #2fea0c

#c70cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70cea Color CSS Codes

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

#c70cea Text Font Color

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

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


#c70cea Background Color

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

This div background color is #c70cea


#c70cea Border Color

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

This div border color is #c70cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70cea


Comments

No comments written yet.

Please login to write comment.