Color Hex Logo

#e04bea Color Hex

#E04BEA
(224,75,234)
0 Favorites   0 Comments

Color spaces of #e04bea

RGB 22475234
HSL0.820.790.61
HSV296°68°92°
CMYK 0.040.680.00   0.08
XYZ48.107826.820080.4831
Yxy26.82000.30960.1726
Hunter Lab51.788075.1861-55.8902
CIE-Lab58.807376.0246-51.8550

#e04bea color RGB value is (224,75,234).

#e04bea hex color red value is 224, green value is 75 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e04bea hue: 0.82 , saturation: 0.79 and the lightness value of e04bea is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001011 11101010
Octal 340 113 352
Decimal 224 75 234
Hex E0 4B EA

RGB Percentages of Color #e04bea

%42.03
%14.07
%43.90

CMYK Percentages of Color #e04bea

%4
%68
%0
%8

Triadic Colors of #e04bea

#e04bea #eae04b #4beae0

Analogous Colors of #e04bea

#e04bea #ea4ba5 #914bea

Monochromatic Colors of #e04bea

#e04bea

Complementary Color

#e04bea #55ea4b

#e04bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04bea Color CSS Codes

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

#e04bea Text Font Color

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

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


#e04bea Background Color

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

This div background color is #e04bea


#e04bea Border Color

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

This div border color is #e04bea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,75,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e04bea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e04bea;
  -webkit-box-shadow: 1px 1px 3px 2px #e04bea;
  box-shadow:         1px 1px 3px 2px #e04bea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,75,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e04bea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04bea


Comments

No comments written yet.

Please login to write comment.