Color Hex Logo

#e94aeb Color Hex

#E94AEB
(233,74,235)
0 Favorites   0 Comments

Color spaces of #e94aeb

RGB 23374235
HSL0.830.800.61
HSV299°69°92°
CMYK 0.010.690.00   0.08
XYZ51.048428.219481.3536
Yxy28.21940.31780.1757
Hunter Lab53.121978.5691-53.6143
CIE-Lab60.086478.4701-50.2993

#e94aeb color RGB value is (233,74,235).

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

The process color (four color CMYK) of #e94aeb color hex is 0.01, 0.69, 0.00, 0.08. Web safe color of #e94aeb is #ff33ff. Color #e94aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001010 11101011
Octal 351 112 353
Decimal 233 74 235
Hex E9 4A EB

RGB Percentages of Color #e94aeb

%42.99
%13.65
%43.36

CMYK Percentages of Color #e94aeb

%1
%69
%0
%8

Triadic Colors of #e94aeb

#e94aeb #ebe94a #4aebe9

Analogous Colors of #e94aeb

#e94aeb #eb4a9d #994aeb

Monochromatic Colors of #e94aeb

#e94aeb

Complementary Color

#e94aeb #4ceb4a

#e94aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94aeb Color CSS Codes

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

#e94aeb Text Font Color

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

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


#e94aeb Background Color

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

This div background color is #e94aeb


#e94aeb Border Color

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

This div border color is #e94aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94aeb


Comments

No comments written yet.

Please login to write comment.