Color Hex Logo

#e70caf Color Hex

#E70CAF
(231,12,175)
0 Favorites   0 Comments

Color spaces of #e70caf

RGB 23112175
HSL0.880.900.48
HSV315°95°91°
CMYK 0.000.950.24   0.09
XYZ40.824320.347042.3331
Yxy20.34700.39440.1966
Hunter Lab45.107682.6115-24.0677
CIE-Lab52.227383.1676-28.3389

#e70caf color RGB value is (231,12,175).

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

The process color (four color CMYK) of #e70caf color hex is 0.00, 0.95, 0.24, 0.09. Web safe color of #e70caf is #ff0099. Color #e70caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001100 10101111
Octal 347 14 257
Decimal 231 12 175
Hex E7 C AF

RGB Percentages of Color #e70caf

%55.26
%2.87
%41.87

CMYK Percentages of Color #e70caf

%0
%95
%24
%9

Triadic Colors of #e70caf

#e70caf #afe70c #0cafe7

Analogous Colors of #e70caf

#e70caf #e70c42 #b20ce7

Monochromatic Colors of #e70caf

#e70caf

Complementary Color

#e70caf #0ce744

#e70caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70caf Color CSS Codes

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

#e70caf Text Font Color

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

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


#e70caf Background Color

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

This div background color is #e70caf


#e70caf Border Color

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

This div border color is #e70caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70caf


Comments

No comments written yet.

Please login to write comment.