Color Hex Logo

#e70cae Color Hex

#E70CAE
(231,12,174)
0 Favorites   0 Comments

Color spaces of #e70cae

RGB 23112174
HSL0.880.900.48
HSV316°95°91°
CMYK 0.000.950.25   0.09
XYZ40.726520.307941.8177
Yxy20.30790.39600.1974
Hunter Lab45.064382.4555-23.4735
CIE-Lab52.183683.0546-27.8195

#e70cae color RGB value is (231,12,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001100 10101110
Octal 347 14 256
Decimal 231 12 174
Hex E7 C AE

RGB Percentages of Color #e70cae

%55.40
%2.88
%41.73

CMYK Percentages of Color #e70cae

%0
%95
%25
%9

Triadic Colors of #e70cae

#e70cae #aee70c #0caee7

Analogous Colors of #e70cae

#e70cae #e70c41 #b30ce7

Monochromatic Colors of #e70cae

#e70cae

Complementary Color

#e70cae #0ce745

#e70cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70cae Color CSS Codes

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

#e70cae Text Font Color

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

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


#e70cae Background Color

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

This div background color is #e70cae


#e70cae Border Color

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

This div border color is #e70cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70cae


Comments

No comments written yet.

Please login to write comment.