Color Hex Logo

#e14aeb Color Hex

#E14AEB
(225,74,235)
0 Favorites   0 Comments

Color spaces of #e14aeb

RGB 22574235
HSL0.820.800.61
HSV296°69°92°
CMYK 0.040.690.00   0.08
XYZ48.495526.903381.2341
Yxy26.90330.30960.1718
Hunter Lab51.868476.1228-56.5496
CIE-Lab58.884776.7587-52.2824

#e14aeb color RGB value is (225,74,235).

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

The process color (four color CMYK) of #e14aeb color hex is 0.04, 0.69, 0.00, 0.08. Web safe color of #e14aeb is #cc33ff. Color #e14aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001010 11101011
Octal 341 112 353
Decimal 225 74 235
Hex E1 4A EB

RGB Percentages of Color #e14aeb

%42.13
%13.86
%44.01

CMYK Percentages of Color #e14aeb

%4
%69
%0
%8

Triadic Colors of #e14aeb

#e14aeb #ebe14a #4aebe1

Analogous Colors of #e14aeb

#e14aeb #eb4aa5 #914aeb

Monochromatic Colors of #e14aeb

#e14aeb

Complementary Color

#e14aeb #54eb4a

#e14aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14aeb Color CSS Codes

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

#e14aeb Text Font Color

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

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


#e14aeb Background Color

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

This div background color is #e14aeb


#e14aeb Border Color

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

This div border color is #e14aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14aeb


Comments

No comments written yet.

Please login to write comment.