Color Hex Logo

#e754e0 Color Hex

#E754E0
(231,84,224)
0 Favorites   0 Comments

Color spaces of #e754e0

RGB 23184224
HSL0.840.750.62
HSV303°64°91°
CMYK 0.000.640.03   0.09
XYZ49.579928.711473.4497
Yxy28.71140.32670.1892
Hunter Lab53.583071.3942-43.7645
CIE-Lab60.526172.6399-43.4627

#e754e0 color RGB value is (231,84,224).

#e754e0 hex color red value is 231, green value is 84 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #e754e0 hue: 0.84 , saturation: 0.75 and the lightness value of e754e0 is 0.62.

The process color (four color CMYK) of #e754e0 color hex is 0.00, 0.64, 0.03, 0.09. Web safe color of #e754e0 is #ff66cc. Color #e754e0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010100 11100000
Octal 347 124 340
Decimal 231 84 224
Hex E7 54 E0

RGB Percentages of Color #e754e0

%42.86
%15.58
%41.56

CMYK Percentages of Color #e754e0

%0
%64
%3
%9

Triadic Colors of #e754e0

#e754e0 #e0e754 #54e0e7

Analogous Colors of #e754e0

#e754e0 #e75497 #a554e7

Monochromatic Colors of #e754e0

#e754e0

Complementary Color

#e754e0 #54e75b

#e754e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e754e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e754e0 Color CSS Codes

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

#e754e0 Text Font Color

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

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


#e754e0 Background Color

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

This div background color is #e754e0


#e754e0 Border Color

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

This div border color is #e754e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e754e0


Comments

No comments written yet.

Please login to write comment.