Color Hex Logo

#e70efd Color Hex

#E70EFD
(231,14,253)
0 Favorites   0 Comments

Color spaces of #e70efd

RGB 23114253
HSL0.820.980.52
HSV294°94°99°
CMYK 0.090.940.00   0.01
XYZ50.841724.394894.9575
Yxy24.39480.29870.1433
Hunter Lab49.391197.3081-79.4150
CIE-Lab56.480993.4618-66.1149

#e70efd color RGB value is (231,14,253).

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

The process color (four color CMYK) of #e70efd color hex is 0.09, 0.94, 0.00, 0.01. Web safe color of #e70efd is #ff00ff. Color #e70efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001110 11111101
Octal 347 16 375
Decimal 231 14 253
Hex E7 E FD

RGB Percentages of Color #e70efd

%46.39
%2.81
%50.80

CMYK Percentages of Color #e70efd

%9
%94
%0
%1

Triadic Colors of #e70efd

#e70efd #fde70e #0efde7

Analogous Colors of #e70efd

#e70efd #fd0e9c #700efd

Monochromatic Colors of #e70efd

#e70efd

Complementary Color

#e70efd #24fd0e

#e70efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70efd Color CSS Codes

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

#e70efd Text Font Color

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

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


#e70efd Background Color

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

This div background color is #e70efd


#e70efd Border Color

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

This div border color is #e70efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70efd

Related Colors


Comments

No comments written yet.

Please login to write comment.