Color Hex Logo

#e592ef Color Hex

#E592EF
(229,146,239)
0 Favorites   0 Comments

Color spaces of #e592ef

RGB 229146239
HSL0.820.740.75
HSV294°39°94°
CMYK 0.040.390.00   0.06
XYZ58.172043.447886.9816
Yxy43.44780.30840.2304
Hunter Lab65.914942.1807-32.0988
CIE-Lab71.857945.8195-34.0958

#e592ef color RGB value is (229,146,239).

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

The process color (four color CMYK) of #e592ef color hex is 0.04, 0.39, 0.00, 0.06. Web safe color of #e592ef is #cc99ff. Color #e592ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010010 11101111
Octal 345 222 357
Decimal 229 146 239
Hex E5 92 EF

RGB Percentages of Color #e592ef

%37.30
%23.78
%38.93

CMYK Percentages of Color #e592ef

%4
%39
%0
%6

Triadic Colors of #e592ef

#e592ef #efe592 #92efe5

Analogous Colors of #e592ef

#e592ef #ef92cb #b792ef

Monochromatic Colors of #e592ef

#e592ef

Complementary Color

#e592ef #9cef92

#e592ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e592ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e592ef Color CSS Codes

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

#e592ef Text Font Color

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

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


#e592ef Background Color

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

This div background color is #e592ef


#e592ef Border Color

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

This div border color is #e592ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,146,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 #e592ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e592ef


Comments

No comments written yet.

Please login to write comment.