Color Hex Logo

#e392fb Color Hex

#E392FB
(227,146,251)
0 Favorites   0 Comments

Color spaces of #e392fb

RGB 227146251
HSL0.800.930.78
HSV286°42°98°
CMYK 0.100.420.00   0.02
XYZ59.370043.853796.6023
Yxy43.85370.29710.2195
Hunter Lab66.222144.1416-40.1345
CIE-Lab72.130647.5382-40.2296

#e392fb color RGB value is (227,146,251).

#e392fb hex color red value is 227, green value is 146 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e392fb hue: 0.80 , saturation: 0.93 and the lightness value of e392fb is 0.78.

The process color (four color CMYK) of #e392fb color hex is 0.10, 0.42, 0.00, 0.02. Web safe color of #e392fb is #cc99ff. Color #e392fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010010 11111011
Octal 343 222 373
Decimal 227 146 251
Hex E3 92 FB

RGB Percentages of Color #e392fb

%36.38
%23.40
%40.22

CMYK Percentages of Color #e392fb

%10
%42
%0
%2

Triadic Colors of #e392fb

#e392fb #fbe392 #92fbe3

Analogous Colors of #e392fb

#e392fb #fb92df #af92fb

Monochromatic Colors of #e392fb

#e392fb

Complementary Color

#e392fb #aafb92

#e392fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e392fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e392fb Color CSS Codes

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

#e392fb Text Font Color

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

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


#e392fb Background Color

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

This div background color is #e392fb


#e392fb Border Color

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

This div border color is #e392fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e392fb


Comments

No comments written yet.

Please login to write comment.