Color Hex Logo

#e56fdc Color Hex

#E56FDC
(229,111,220)
0 Favorites   0 Comments

Color spaces of #e56fdc

RGB 229111220
HSL0.850.690.67
HSV305°52°90°
CMYK 0.000.520.04   0.10
XYZ50.915833.194271.4337
Yxy33.19420.32730.2134
Hunter Lab57.614456.9213-33.1811
CIE-Lab64.317859.8791-35.3054

#e56fdc color RGB value is (229,111,220).

#e56fdc hex color red value is 229, green value is 111 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e56fdc hue: 0.85 , saturation: 0.69 and the lightness value of e56fdc is 0.67.

The process color (four color CMYK) of #e56fdc color hex is 0.00, 0.52, 0.04, 0.10. Web safe color of #e56fdc is #cc66cc. Color #e56fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101111 11011100
Octal 345 157 334
Decimal 229 111 220
Hex E5 6F DC

RGB Percentages of Color #e56fdc

%40.89
%19.82
%39.29

CMYK Percentages of Color #e56fdc

%0
%52
%4
%10

Triadic Colors of #e56fdc

#e56fdc #dce56f #6fdce5

Analogous Colors of #e56fdc

#e56fdc #e56fa1 #b36fe5

Monochromatic Colors of #e56fdc

#e56fdc

Complementary Color

#e56fdc #6fe578

#e56fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56fdc Color CSS Codes

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

#e56fdc Text Font Color

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

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


#e56fdc Background Color

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

This div background color is #e56fdc


#e56fdc Border Color

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

This div border color is #e56fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,111,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56fdc


Comments

No comments written yet.

Please login to write comment.