Color Hex Logo

#e895ed Color Hex

#E895ED
(232,149,237)
0 Favorites   0 Comments

Color spaces of #e895ed

RGB 232149237
HSL0.820.710.76
HSV297°37°93°
CMYK 0.020.370.00   0.07
XYZ59.312244.765185.6352
Yxy44.76510.31260.2360
Hunter Lab66.906741.1518-29.0517
CIE-Lab72.737044.7859-31.6176

#e895ed color RGB value is (232,149,237).

#e895ed hex color red value is 232, green value is 149 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e895ed hue: 0.82 , saturation: 0.71 and the lightness value of e895ed is 0.76.

The process color (four color CMYK) of #e895ed color hex is 0.02, 0.37, 0.00, 0.07. Web safe color of #e895ed is #ff99ff. Color #e895ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010101 11101101
Octal 350 225 355
Decimal 232 149 237
Hex E8 95 ED

RGB Percentages of Color #e895ed

%37.54
%24.11
%38.35

CMYK Percentages of Color #e895ed

%2
%37
%0
%7

Triadic Colors of #e895ed

#e895ed #ede895 #95ede8

Analogous Colors of #e895ed

#e895ed #ed95c6 #bc95ed

Monochromatic Colors of #e895ed

#e895ed

Complementary Color

#e895ed #9aed95

#e895ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e895ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e895ed Color CSS Codes

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

#e895ed Text Font Color

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

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


#e895ed Background Color

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

This div background color is #e895ed


#e895ed Border Color

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

This div border color is #e895ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,149,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e895ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e895ed;
  -webkit-box-shadow: 1px 1px 3px 2px #e895ed;
  box-shadow:         1px 1px 3px 2px #e895ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,149,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e895ed


Comments

No comments written yet.

Please login to write comment.