Color Hex Logo

#e392ec Color Hex

#E392EC
(227,146,236)
0 Favorites   0 Comments

Color spaces of #e392ec

RGB 227146236
HSL0.820.700.75
HSV294°38°93°
CMYK 0.040.380.00   0.07
XYZ57.097842.944884.6367
Yxy42.94480.30920.2325
Hunter Lab65.532340.8443-30.7020
CIE-Lab71.517544.6573-32.9998

#e392ec color RGB value is (227,146,236).

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

The process color (four color CMYK) of #e392ec color hex is 0.04, 0.38, 0.00, 0.07. Web safe color of #e392ec is #cc99ff. Color #e392ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010010 11101100
Octal 343 222 354
Decimal 227 146 236
Hex E3 92 EC

RGB Percentages of Color #e392ec

%37.27
%23.97
%38.75

CMYK Percentages of Color #e392ec

%4
%38
%0
%7

Triadic Colors of #e392ec

#e392ec #ece392 #92ece3

Analogous Colors of #e392ec

#e392ec #ec92c8 #b692ec

Monochromatic Colors of #e392ec

#e392ec

Complementary Color

#e392ec #9bec92

#e392ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e392ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e392ec Color CSS Codes

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

#e392ec Text Font Color

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

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


#e392ec Background Color

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

This div background color is #e392ec


#e392ec Border Color

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

This div border color is #e392ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,146,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e392ec


Comments

No comments written yet.

Please login to write comment.