Color Hex Logo

#e574ef Color Hex

#E574EF
(229,116,239)
0 Favorites   0 Comments

Color spaces of #e574ef

RGB 229116239
HSL0.820.790.70
HSV295°51°94°
CMYK 0.040.510.00   0.06
XYZ54.138535.380885.6371
Yxy35.38080.30910.2020
Hunter Lab59.481858.3722-43.7238
CIE-Lab66.044160.8313-43.1584

#e574ef color RGB value is (229,116,239).

#e574ef hex color red value is 229, green value is 116 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e574ef hue: 0.82 , saturation: 0.79 and the lightness value of e574ef is 0.70.

The process color (four color CMYK) of #e574ef color hex is 0.04, 0.51, 0.00, 0.06. Web safe color of #e574ef is #cc66ff. Color #e574ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110100 11101111
Octal 345 164 357
Decimal 229 116 239
Hex E5 74 EF

RGB Percentages of Color #e574ef

%39.21
%19.86
%40.92

CMYK Percentages of Color #e574ef

%4
%51
%0
%6

Triadic Colors of #e574ef

#e574ef #efe574 #74efe5

Analogous Colors of #e574ef

#e574ef #ef74bc #a874ef

Monochromatic Colors of #e574ef

#e574ef

Complementary Color

#e574ef #7eef74

#e574ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e574ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e574ef Color CSS Codes

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

#e574ef Text Font Color

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

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


#e574ef Background Color

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

This div background color is #e574ef


#e574ef Border Color

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

This div border color is #e574ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e574ef


Comments

No comments written yet.

Please login to write comment.