Color Hex Logo

#e70adc Color Hex

#E70ADC
(231,10,220)
0 Favorites   0 Comments

Color spaces of #e70adc

RGB 23110220
HSL0.840.920.47
HSV303°96°91°
CMYK 0.000.960.05   0.09
XYZ45.981822.373369.6051
Yxy22.37330.33330.1622
Hunter Lab47.300490.7481-54.1381
CIE-Lab54.420988.9734-50.8735

#e70adc color RGB value is (231,10,220).

#e70adc hex color red value is 231, green value is 10 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e70adc hue: 0.84 , saturation: 0.92 and the lightness value of e70adc is 0.47.

The process color (four color CMYK) of #e70adc color hex is 0.00, 0.96, 0.05, 0.09. Web safe color of #e70adc is #ff00cc. Color #e70adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001010 11011100
Octal 347 12 334
Decimal 231 10 220
Hex E7 A DC

RGB Percentages of Color #e70adc

%50.11
%2.17
%47.72

CMYK Percentages of Color #e70adc

%0
%96
%5
%9

Triadic Colors of #e70adc

#e70adc #dce70a #0adce7

Analogous Colors of #e70adc

#e70adc #e70a6e #840ae7

Monochromatic Colors of #e70adc

#e70adc

Complementary Color

#e70adc #0ae715

#e70adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70adc Color CSS Codes

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

#e70adc Text Font Color

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

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


#e70adc Background Color

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

This div background color is #e70adc


#e70adc Border Color

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

This div border color is #e70adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70adc


Comments

No comments written yet.

Please login to write comment.