Color Hex Logo

#e392ef Color Hex

#E392EF
(227,146,239)
0 Favorites   0 Comments

Color spaces of #e392ef

RGB 227146239
HSL0.810.740.75
HSV292°39°94°
CMYK 0.050.390.00   0.06
XYZ57.537443.120786.9519
Yxy43.12070.30670.2298
Hunter Lab65.666441.4871-32.5422
CIE-Lab71.636845.2229-34.4558

#e392ef color RGB value is (227,146,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010010 11101111
Octal 343 222 357
Decimal 227 146 239
Hex E3 92 EF

RGB Percentages of Color #e392ef

%37.09
%23.86
%39.05

CMYK Percentages of Color #e392ef

%5
%39
%0
%6

Triadic Colors of #e392ef

#e392ef #efe392 #92efe3

Analogous Colors of #e392ef

#e392ef #ef92cd #b592ef

Monochromatic Colors of #e392ef

#e392ef

Complementary Color

#e392ef #9eef92

#e392ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e392ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e392ef Color CSS Codes

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

#e392ef Text Font Color

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

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


#e392ef Background Color

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

This div background color is #e392ef


#e392ef Border Color

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

This div border color is #e392ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e392ef


Comments

No comments written yet.

Please login to write comment.