Color Hex Logo

#c70aea Color Hex

#C70AEA
(199,10,234)
0 Favorites   0 Comments

Color spaces of #c70aea

RGB 19910234
HSL0.810.920.48
HSV291°96°92°
CMYK 0.150.960.00   0.08
XYZ38.513018.299779.3442
Yxy18.29970.28290.1344
Hunter Lab42.778185.8411-80.0254
CIE-Lab49.857686.1235-66.4286

#c70aea color RGB value is (199,10,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001010 11101010
Octal 307 12 352
Decimal 199 10 234
Hex C7 A EA

RGB Percentages of Color #c70aea

%44.92
%2.26
%52.82

CMYK Percentages of Color #c70aea

%15
%96
%0
%8

Triadic Colors of #c70aea

#c70aea #eac70a #0aeac7

Analogous Colors of #c70aea

#c70aea #ea0a9d #570aea

Monochromatic Colors of #c70aea

#c70aea

Complementary Color

#c70aea #2dea0a

#c70aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70aea Color CSS Codes

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

#c70aea Text Font Color

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

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


#c70aea Background Color

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

This div background color is #c70aea


#c70aea Border Color

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

This div border color is #c70aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,10,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 #c70aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70aea


Comments

No comments written yet.

Please login to write comment.