Color Hex Logo

#e16aeb Color Hex

#E16AEB
(225,106,235)
0 Favorites   0 Comments

Color spaces of #e16aeb

RGB 225106235
HSL0.820.760.67
HSV295°55°92°
CMYK 0.040.550.00   0.08
XYZ51.200832.313882.1359
Yxy32.31380.30910.1951
Hunter Lab56.845261.2968-45.8767
CIE-Lab63.601463.7235-44.8189

#e16aeb color RGB value is (225,106,235).

#e16aeb hex color red value is 225, green value is 106 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e16aeb hue: 0.82 , saturation: 0.76 and the lightness value of e16aeb is 0.67.

The process color (four color CMYK) of #e16aeb color hex is 0.04, 0.55, 0.00, 0.08. Web safe color of #e16aeb is #cc66ff. Color #e16aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101010 11101011
Octal 341 152 353
Decimal 225 106 235
Hex E1 6A EB

RGB Percentages of Color #e16aeb

%39.75
%18.73
%41.52

CMYK Percentages of Color #e16aeb

%4
%55
%0
%8

Triadic Colors of #e16aeb

#e16aeb #ebe16a #6aebe1

Analogous Colors of #e16aeb

#e16aeb #eb6ab5 #a16aeb

Monochromatic Colors of #e16aeb

#e16aeb

Complementary Color

#e16aeb #74eb6a

#e16aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16aeb Color CSS Codes

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

#e16aeb Text Font Color

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

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


#e16aeb Background Color

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

This div background color is #e16aeb


#e16aeb Border Color

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

This div border color is #e16aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16aeb


Comments

No comments written yet.

Please login to write comment.