Color Hex Logo

#e574ea Color Hex

#E574EA
(229,116,234)
0 Favorites   0 Comments

Color spaces of #e574ea

RGB 229116234
HSL0.830.740.69
HSV297°50°92°
CMYK 0.020.500.00   0.08
XYZ53.409835.089381.7998
Yxy35.08930.31360.2060
Hunter Lab59.236257.2795-40.4087
CIE-Lab65.818159.9372-40.7483

#e574ea color RGB value is (229,116,234).

#e574ea hex color red value is 229, green value is 116 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e574ea hue: 0.83 , saturation: 0.74 and the lightness value of e574ea is 0.69.

The process color (four color CMYK) of #e574ea color hex is 0.02, 0.50, 0.00, 0.08. Web safe color of #e574ea is #cc66ff. Color #e574ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110100 11101010
Octal 345 164 352
Decimal 229 116 234
Hex E5 74 EA

RGB Percentages of Color #e574ea

%39.55
%20.03
%40.41

CMYK Percentages of Color #e574ea

%2
%50
%0
%8

Triadic Colors of #e574ea

#e574ea #eae574 #74eae5

Analogous Colors of #e574ea

#e574ea #ea74b4 #aa74ea

Monochromatic Colors of #e574ea

#e574ea

Complementary Color

#e574ea #79ea74

#e574ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e574ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e574ea Color CSS Codes

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

#e574ea Text Font Color

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

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


#e574ea Background Color

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

This div background color is #e574ea


#e574ea Border Color

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

This div border color is #e574ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,116,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e574ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e574ea;
  -webkit-box-shadow: 1px 1px 3px 2px #e574ea;
  box-shadow:         1px 1px 3px 2px #e574ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,116,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e574ea


Comments

No comments written yet.

Please login to write comment.