Color Hex Logo

#e07afa Color Hex

#E07AFA
(224,122,250)
0 Favorites   0 Comments

Color spaces of #e07afa

RGB 224122250
HSL0.800.930.73
HSV288°51°98°
CMYK 0.100.510.00   0.02
XYZ54.955336.668594.6237
Yxy36.66850.29510.1969
Hunter Lab60.554556.0244-50.2596
CIE-Lab67.027658.6660-47.7068

#e07afa color RGB value is (224,122,250).

#e07afa hex color red value is 224, green value is 122 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e07afa hue: 0.80 , saturation: 0.93 and the lightness value of e07afa is 0.73.

The process color (four color CMYK) of #e07afa color hex is 0.10, 0.51, 0.00, 0.02. Web safe color of #e07afa is #cc66ff. Color #e07afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111010 11111010
Octal 340 172 372
Decimal 224 122 250
Hex E0 7A FA

RGB Percentages of Color #e07afa

%37.58
%20.47
%41.95

CMYK Percentages of Color #e07afa

%10
%51
%0
%2

Triadic Colors of #e07afa

#e07afa #fae07a #7afae0

Analogous Colors of #e07afa

#e07afa #fa7ad4 #a07afa

Monochromatic Colors of #e07afa

#e07afa

Complementary Color

#e07afa #94fa7a

#e07afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07afa Color CSS Codes

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

#e07afa Text Font Color

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

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


#e07afa Background Color

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

This div background color is #e07afa


#e07afa Border Color

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

This div border color is #e07afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07afa


Comments

No comments written yet.

Please login to write comment.