Color Hex Logo

#e70cda Color Hex

#E70CDA
(231,12,218)
0 Favorites   0 Comments

Color spaces of #e70cda

RGB 23112218
HSL0.840.900.48
HSV304°95°91°
CMYK 0.000.950.06   0.09
XYZ45.741422.313868.2258
Yxy22.31380.33560.1637
Hunter Lab47.237590.1810-52.5672
CIE-Lab54.358488.5575-49.8356

#e70cda color RGB value is (231,12,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001100 11011010
Octal 347 14 332
Decimal 231 12 218
Hex E7 C DA

RGB Percentages of Color #e70cda

%50.11
%2.60
%47.29

CMYK Percentages of Color #e70cda

%0
%95
%6
%9

Triadic Colors of #e70cda

#e70cda #dae70c #0cdae7

Analogous Colors of #e70cda

#e70cda #e70c6d #870ce7

Monochromatic Colors of #e70cda

#e70cda

Complementary Color

#e70cda #0ce719

#e70cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70cda Color CSS Codes

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

#e70cda Text Font Color

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

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


#e70cda Background Color

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

This div background color is #e70cda


#e70cda Border Color

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

This div border color is #e70cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70cda


Comments

No comments written yet.

Please login to write comment.