Color Hex Logo

#e97afd Color Hex

#E97AFD
(233,122,253)
0 Favorites   0 Comments

Color spaces of #e97afd

RGB 233122253
HSL0.810.970.74
HSV291°52°99°
CMYK 0.080.520.00   0.01
XYZ58.293438.334697.2554
Yxy38.33460.30070.1977
Hunter Lab61.914959.7080-49.7917
CIE-Lab68.266561.5945-47.3240

#e97afd color RGB value is (233,122,253).

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

The process color (four color CMYK) of #e97afd color hex is 0.08, 0.52, 0.00, 0.01. Web safe color of #e97afd is #ff66ff. Color #e97afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111010 11111101
Octal 351 172 375
Decimal 233 122 253
Hex E9 7A FD

RGB Percentages of Color #e97afd

%38.32
%20.07
%41.61

CMYK Percentages of Color #e97afd

%8
%52
%0
%1

Triadic Colors of #e97afd

#e97afd #fde97a #7afde9

Analogous Colors of #e97afd

#e97afd #fd7ad0 #a87afd

Monochromatic Colors of #e97afd

#e97afd

Complementary Color

#e97afd #8efd7a

#e97afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97afd Color CSS Codes

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

#e97afd Text Font Color

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

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


#e97afd Background Color

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

This div background color is #e97afd


#e97afd Border Color

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

This div border color is #e97afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97afd


Comments

No comments written yet.

Please login to write comment.