Color Hex Logo

#e34aeb Color Hex

#E34AEB
(227,74,235)
0 Favorites   0 Comments

Color spaces of #e34aeb

RGB 22774235
HSL0.830.800.61
HSV297°69°92°
CMYK 0.030.690.00   0.08
XYZ49.122727.226681.2635
Yxy27.22660.31170.1727
Hunter Lab52.179176.7308-55.8126
CIE-Lab59.183577.1859-51.7891

#e34aeb color RGB value is (227,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001010 11101011
Octal 343 112 353
Decimal 227 74 235
Hex E3 4A EB

RGB Percentages of Color #e34aeb

%42.35
%13.81
%43.84

CMYK Percentages of Color #e34aeb

%3
%69
%0
%8

Triadic Colors of #e34aeb

#e34aeb #ebe34a #4aebe3

Analogous Colors of #e34aeb

#e34aeb #eb4aa3 #934aeb

Monochromatic Colors of #e34aeb

#e34aeb

Complementary Color

#e34aeb #52eb4a

#e34aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34aeb Color CSS Codes

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

#e34aeb Text Font Color

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

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


#e34aeb Background Color

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

This div background color is #e34aeb


#e34aeb Border Color

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

This div border color is #e34aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34aeb


Comments

No comments written yet.

Please login to write comment.