Color Hex Logo

#e55afd Color Hex

#E55AFD
(229,90,253)
0 Favorites   0 Comments

Color spaces of #e55afd

RGB 22990253
HSL0.810.980.67
HSV291°64°99°
CMYK 0.090.640.00   0.01
XYZ53.698931.062296.0939
Yxy31.06220.29690.1718
Hunter Lab55.733574.4502-63.2125
CIE-Lab62.560174.7235-56.3928

#e55afd color RGB value is (229,90,253).

#e55afd hex color red value is 229, green value is 90 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e55afd hue: 0.81 , saturation: 0.98 and the lightness value of e55afd is 0.67.

The process color (four color CMYK) of #e55afd color hex is 0.09, 0.64, 0.00, 0.01. Web safe color of #e55afd is #cc66ff. Color #e55afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011010 11111101
Octal 345 132 375
Decimal 229 90 253
Hex E5 5A FD

RGB Percentages of Color #e55afd

%40.03
%15.73
%44.23

CMYK Percentages of Color #e55afd

%9
%64
%0
%1

Triadic Colors of #e55afd

#e55afd #fde55a #5afde5

Analogous Colors of #e55afd

#e55afd #fd5ac4 #945afd

Monochromatic Colors of #e55afd

#e55afd

Complementary Color

#e55afd #72fd5a

#e55afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55afd Color CSS Codes

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

#e55afd Text Font Color

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

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


#e55afd Background Color

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

This div background color is #e55afd


#e55afd Border Color

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

This div border color is #e55afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55afd


Comments

No comments written yet.

Please login to write comment.