Color Hex Logo

#e74aeb Color Hex

#E74AEB
(231,74,235)
0 Favorites   0 Comments

Color spaces of #e74aeb

RGB 23174235
HSL0.830.800.61
HSV299°69°92°
CMYK 0.020.690.00   0.08
XYZ50.399227.884681.3232
Yxy27.88460.31580.1747
Hunter Lab52.805977.9544-54.3449
CIE-Lab59.784378.0420-50.7976

#e74aeb color RGB value is (231,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001010 11101011
Octal 347 112 353
Decimal 231 74 235
Hex E7 4A EB

RGB Percentages of Color #e74aeb

%42.78
%13.70
%43.52

CMYK Percentages of Color #e74aeb

%2
%69
%0
%8

Triadic Colors of #e74aeb

#e74aeb #ebe74a #4aebe7

Analogous Colors of #e74aeb

#e74aeb #eb4a9f #974aeb

Monochromatic Colors of #e74aeb

#e74aeb

Complementary Color

#e74aeb #4eeb4a

#e74aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74aeb Color CSS Codes

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

#e74aeb Text Font Color

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

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


#e74aeb Background Color

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

This div background color is #e74aeb


#e74aeb Border Color

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

This div border color is #e74aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74aeb


Comments

No comments written yet.

Please login to write comment.