Color Hex Logo

#e07afd Color Hex

#E07AFD
(224,122,253)
0 Favorites   0 Comments

Color spaces of #e07afd

RGB 224122253
HSL0.800.970.74
HSV287°52°99°
CMYK 0.110.520.00   0.01
XYZ55.429636.858297.1214
Yxy36.85820.29260.1946
Hunter Lab60.711056.7278-52.3506
CIE-Lab67.170559.2449-49.1251

#e07afd color RGB value is (224,122,253).

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

The process color (four color CMYK) of #e07afd color hex is 0.11, 0.52, 0.00, 0.01. Web safe color of #e07afd is #cc66ff. Color #e07afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111010 11111101
Octal 340 172 375
Decimal 224 122 253
Hex E0 7A FD

RGB Percentages of Color #e07afd

%37.40
%20.37
%42.24

CMYK Percentages of Color #e07afd

%11
%52
%0
%1

Triadic Colors of #e07afd

#e07afd #fde07a #7afde0

Analogous Colors of #e07afd

#e07afd #fd7ad9 #9f7afd

Monochromatic Colors of #e07afd

#e07afd

Complementary Color

#e07afd #97fd7a

#e07afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07afd Color CSS Codes

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

#e07afd Text Font Color

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

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


#e07afd Background Color

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

This div background color is #e07afd


#e07afd Border Color

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

This div border color is #e07afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07afd

Related Colors


Comments

No comments written yet.

Please login to write comment.