color codes Logo

#e58afc color codes

#E58AFC
(229,138,252)
0 Favorites   0 Comments

Color spaces of #e58afc

RGB 229138252
HSL0.800.950.76
HSV288°45°99°
CMYK 0.090.450.00   0.01
XYZ58.972341.863297.0677
Yxy41.86320.29800.2115
Hunter Lab64.701849.4653-43.6575
CIE-Lab70.776552.4184-42.8724

#e58afc color RGB value is (229,138,252).

#e58afc hex color red value is 229, green value is 138 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e58afc hue: 0.80 , saturation: 0.95 and the lightness value of e58afc is 0.76.

The process color (four color CMYK) of #e58afc color code is 0.09, 0.45, 0.00, 0.01. Web safe color of #e58afc is #cc99ff. Color #e58afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001010 11111100
Octal 345 212 374
Decimal 229 138 252
Hex E5 8A FC

RGB Percentages of Color #e58afc

%37.00
%22.29
%40.71

CMYK Percentages of Color #e58afc

%9
%45
%0
%1

Triadic Colors of #e58afc

#e58afc #fce58a #8afce5

Analogous Colors of #e58afc

#e58afc #fc8ada #ac8afc

Monochromatic Colors of #e58afc

#e58afc

Complementary Color

#e58afc #a1fc8a

#e58afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58afc Color CSS Codes

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

#e58afc Text Font Color

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

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


#e58afc Background Color

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

This div background color is #e58afc


#e58afc Border Color

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

This div border color is #e58afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58afc

Related Colors


Comments

No comments written yet.

Please login to write comment.