Color Hex Logo

#e70dfb Color Hex

#E70DFB
(231,13,251)
0 Favorites   0 Comments

Color spaces of #e70dfb

RGB 23113251
HSL0.820.970.52
HSV295°95°98°
CMYK 0.080.950.00   0.02
XYZ50.511524.241893.2837
Yxy24.24180.30060.1443
Hunter Lab49.236096.9614-77.8672
CIE-Lab56.329193.2357-65.2473

#e70dfb color RGB value is (231,13,251).

#e70dfb hex color red value is 231, green value is 13 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e70dfb hue: 0.82 , saturation: 0.97 and the lightness value of e70dfb is 0.52.

The process color (four color CMYK) of #e70dfb color hex is 0.08, 0.95, 0.00, 0.02. Web safe color of #e70dfb is #ff00ff. Color #e70dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001101 11111011
Octal 347 15 373
Decimal 231 13 251
Hex E7 D FB

RGB Percentages of Color #e70dfb

%46.67
%2.63
%50.71

CMYK Percentages of Color #e70dfb

%8
%95
%0
%2

Triadic Colors of #e70dfb

#e70dfb #fbe70d #0dfbe7

Analogous Colors of #e70dfb

#e70dfb #fb0d98 #700dfb

Monochromatic Colors of #e70dfb

#e70dfb

Complementary Color

#e70dfb #21fb0d

#e70dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70dfb Color CSS Codes

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

#e70dfb Text Font Color

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

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


#e70dfb Background Color

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

This div background color is #e70dfb


#e70dfb Border Color

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

This div border color is #e70dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70dfb


Comments

No comments written yet.

Please login to write comment.