Color Hex Logo

#e18bfc Color Hex

#E18BFC
(225,139,252)
0 Favorites   0 Comments

Color spaces of #e18bfc

RGB 225139252
HSL0.790.950.77
HSV286°45°99°
CMYK 0.110.450.00   0.01
XYZ57.854641.501197.0567
Yxy41.50110.29460.2113
Hunter Lab64.421347.5674-44.2309
CIE-Lab70.525650.7885-43.2978

#e18bfc color RGB value is (225,139,252).

#e18bfc hex color red value is 225, green value is 139 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e18bfc hue: 0.79 , saturation: 0.95 and the lightness value of e18bfc is 0.77.

The process color (four color CMYK) of #e18bfc color hex is 0.11, 0.45, 0.00, 0.01. Web safe color of #e18bfc is #cc99ff. Color #e18bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001011 11111100
Octal 341 213 374
Decimal 225 139 252
Hex E1 8B FC

RGB Percentages of Color #e18bfc

%36.53
%22.56
%40.91

CMYK Percentages of Color #e18bfc

%11
%45
%0
%1

Triadic Colors of #e18bfc

#e18bfc #fce18b #8bfce1

Analogous Colors of #e18bfc

#e18bfc #fc8bdf #a98bfc

Monochromatic Colors of #e18bfc

#e18bfc

Complementary Color

#e18bfc #a6fc8b

#e18bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18bfc Color CSS Codes

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

#e18bfc Text Font Color

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

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


#e18bfc Background Color

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

This div background color is #e18bfc


#e18bfc Border Color

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

This div border color is #e18bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18bfc


Comments

No comments written yet.

Please login to write comment.