Color Hex Logo

#e70bda Color Hex

#E70BDA
(231,11,218)
0 Favorites   0 Comments

Color spaces of #e70bda

RGB 23111218
HSL0.840.910.47
HSV304°95°91°
CMYK 0.000.950.06   0.09
XYZ45.729622.290268.2219
Yxy22.29020.33570.1636
Hunter Lab47.212590.2716-52.6251
CIE-Lab54.333688.6308-49.8751

#e70bda color RGB value is (231,11,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001011 11011010
Octal 347 13 332
Decimal 231 11 218
Hex E7 B DA

RGB Percentages of Color #e70bda

%50.22
%2.39
%47.39

CMYK Percentages of Color #e70bda

%0
%95
%6
%9

Triadic Colors of #e70bda

#e70bda #dae70b #0bdae7

Analogous Colors of #e70bda

#e70bda #e70b6c #860be7

Monochromatic Colors of #e70bda

#e70bda

Complementary Color

#e70bda #0be718

#e70bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70bda Color CSS Codes

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

#e70bda Text Font Color

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

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


#e70bda Background Color

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

This div background color is #e70bda


#e70bda Border Color

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

This div border color is #e70bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70bda


Comments

No comments written yet.

Please login to write comment.