Color Hex Logo

#e07bea Color Hex

#E07BEA
(224,123,234)
0 Favorites   0 Comments

Color spaces of #e07bea

RGB 224123234
HSL0.820.730.70
HSV295°47°92°
CMYK 0.040.470.00   0.08
XYZ52.674735.953782.0054
Yxy35.95370.30870.2107
Hunter Lab59.961451.8756-39.1142
CIE-Lab66.484555.1631-39.7515

#e07bea color RGB value is (224,123,234).

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

The process color (four color CMYK) of #e07bea color hex is 0.04, 0.47, 0.00, 0.08. Web safe color of #e07bea is #cc66ff. Color #e07bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111011 11101010
Octal 340 173 352
Decimal 224 123 234
Hex E0 7B EA

RGB Percentages of Color #e07bea

%38.55
%21.17
%40.28

CMYK Percentages of Color #e07bea

%4
%47
%0
%8

Triadic Colors of #e07bea

#e07bea #eae07b #7beae0

Analogous Colors of #e07bea

#e07bea #ea7bbd #a97bea

Monochromatic Colors of #e07bea

#e07bea

Complementary Color

#e07bea #85ea7b

#e07bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07bea Color CSS Codes

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

#e07bea Text Font Color

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

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


#e07bea Background Color

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

This div background color is #e07bea


#e07bea Border Color

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

This div border color is #e07bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07bea


Comments

No comments written yet.

Please login to write comment.