Color Hex Logo

#e561fd Color Hex

#E561FD
(229,97,253)
2 Favorites   0 Comments

Color spaces of #e561fd

RGB 22997253
HSL0.810.980.69
HSV291°62°99°
CMYK 0.090.620.00   0.01
XYZ54.317432.299396.3000
Yxy32.29930.29700.1766
Hunter Lab56.832571.1438-60.6814
CIE-Lab63.589571.8674-54.7550

#e561fd color RGB value is (229,97,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100001 11111101
Octal 345 141 375
Decimal 229 97 253
Hex E5 61 FD

RGB Percentages of Color #e561fd

%39.55
%16.75
%43.70

CMYK Percentages of Color #e561fd

%9
%62
%0
%1

Triadic Colors of #e561fd

#e561fd #fde561 #61fde5

Analogous Colors of #e561fd

#e561fd #fd61c7 #9761fd

Monochromatic Colors of #e561fd

#e561fd

Complementary Color

#e561fd #79fd61

#e561fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e561fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e561fd Color CSS Codes

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

#e561fd Text Font Color

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

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


#e561fd Background Color

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

This div background color is #e561fd


#e561fd Border Color

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

This div border color is #e561fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e561fd


Comments

No comments written yet.

Please login to write comment.