Color Hex Logo

#e0afeb Color Hex

#E0AFEB
(224,175,235)
0 Favorites   0 Comments

Color spaces of #e0afeb

RGB 224175235
HSL0.800.600.80
HSV289°26°92°
CMYK 0.050.260.00   0.08
XYZ61.065852.505485.5133
Yxy52.50540.30670.2637
Hunter Lab72.460623.6239-19.2478
CIE-Lab77.582128.0718-23.1763

#e0afeb color RGB value is (224,175,235).

#e0afeb hex color red value is 224, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e0afeb hue: 0.80 , saturation: 0.60 and the lightness value of e0afeb is 0.80.

The process color (four color CMYK) of #e0afeb color hex is 0.05, 0.26, 0.00, 0.08. Web safe color of #e0afeb is #cc99ff. Color #e0afeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101111 11101011
Octal 340 257 353
Decimal 224 175 235
Hex E0 AF EB

RGB Percentages of Color #e0afeb

%35.33
%27.60
%37.07

CMYK Percentages of Color #e0afeb

%5
%26
%0
%8

Triadic Colors of #e0afeb

#e0afeb #ebe0af #afebe0

Analogous Colors of #e0afeb

#e0afeb #ebafd8 #c2afeb

Monochromatic Colors of #e0afeb

#e0afeb

Complementary Color

#e0afeb #baebaf

#e0afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0afeb Color CSS Codes

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

#e0afeb Text Font Color

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

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


#e0afeb Background Color

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

This div background color is #e0afeb


#e0afeb Border Color

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

This div border color is #e0afeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,175,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0afeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0afeb;
  -webkit-box-shadow: 1px 1px 3px 2px #e0afeb;
  box-shadow:         1px 1px 3px 2px #e0afeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,175,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0afeb


Comments

No comments written yet.

Please login to write comment.