Color Hex Logo

#e39bfc Color Hex

#E39BFC
(227,155,252)
0 Favorites   0 Comments

Color spaces of #e39bfc

RGB 227155252
HSL0.790.940.80
HSV285°38°99°
CMYK 0.100.380.00   0.01
XYZ60.970646.801997.9156
Yxy46.80190.29640.2275
Hunter Lab68.411939.3633-36.9714
CIE-Lab74.062943.0164-37.7651

#e39bfc color RGB value is (227,155,252).

#e39bfc hex color red value is 227, green value is 155 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e39bfc hue: 0.79 , saturation: 0.94 and the lightness value of e39bfc is 0.80.

The process color (four color CMYK) of #e39bfc color hex is 0.10, 0.38, 0.00, 0.01. Web safe color of #e39bfc is #cc99ff. Color #e39bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011011 11111100
Octal 343 233 374
Decimal 227 155 252
Hex E3 9B FC

RGB Percentages of Color #e39bfc

%35.80
%24.45
%39.75

CMYK Percentages of Color #e39bfc

%10
%38
%0
%1

Triadic Colors of #e39bfc

#e39bfc #fce39b #9bfce3

Analogous Colors of #e39bfc

#e39bfc #fc9be5 #b39bfc

Monochromatic Colors of #e39bfc

#e39bfc

Complementary Color

#e39bfc #b4fc9b

#e39bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39bfc Color CSS Codes

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

#e39bfc Text Font Color

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

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


#e39bfc Background Color

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

This div background color is #e39bfc


#e39bfc Border Color

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

This div border color is #e39bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.