Color Hex Logo

#e70cca Color Hex

#E70CCA
(231,12,202)
0 Favorites   0 Comments

Color spaces of #e70cca

RGB 23112202
HSL0.860.900.48
HSV308°95°91°
CMYK 0.000.950.13   0.09
XYZ43.747121.516157.7244
Yxy21.51610.35570.1749
Hunter Lab46.385587.1726-41.3137
CIE-Lab53.509886.4360-42.0244

#e70cca color RGB value is (231,12,202).

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

The process color (four color CMYK) of #e70cca color hex is 0.00, 0.95, 0.13, 0.09. Web safe color of #e70cca is #ff00cc. Color #e70cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001100 11001010
Octal 347 14 312
Decimal 231 12 202
Hex E7 C CA

RGB Percentages of Color #e70cca

%51.91
%2.70
%45.39

CMYK Percentages of Color #e70cca

%0
%95
%13
%9

Triadic Colors of #e70cca

#e70cca #cae70c #0ccae7

Analogous Colors of #e70cca

#e70cca #e70c5c #970ce7

Monochromatic Colors of #e70cca

#e70cca

Complementary Color

#e70cca #0ce729

#e70cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70cca Color CSS Codes

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

#e70cca Text Font Color

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

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


#e70cca Background Color

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

This div background color is #e70cca


#e70cca Border Color

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

This div border color is #e70cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70cca


Comments

No comments written yet.

Please login to write comment.