Color Hex Logo

#e56adf Color Hex

#E56ADF
(229,106,223)
0 Favorites   0 Comments

Color spaces of #e56adf

RGB 229106223
HSL0.840.700.66
HSV303°54°90°
CMYK 0.000.540.03   0.10
XYZ50.786432.293873.3686
Yxy32.29380.32460.2064
Hunter Lab56.827660.0757-36.7683
CIE-Lab63.585062.6937-38.1242

#e56adf color RGB value is (229,106,223).

#e56adf hex color red value is 229, green value is 106 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e56adf hue: 0.84 , saturation: 0.70 and the lightness value of e56adf is 0.66.

The process color (four color CMYK) of #e56adf color hex is 0.00, 0.54, 0.03, 0.10. Web safe color of #e56adf is #cc66cc. Color #e56adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101010 11011111
Octal 345 152 337
Decimal 229 106 223
Hex E5 6A DF

RGB Percentages of Color #e56adf

%41.04
%19.00
%39.96

CMYK Percentages of Color #e56adf

%0
%54
%3
%10

Triadic Colors of #e56adf

#e56adf #dfe56a #6adfe5

Analogous Colors of #e56adf

#e56adf #e56aa2 #ae6ae5

Monochromatic Colors of #e56adf

#e56adf

Complementary Color

#e56adf #6ae570

#e56adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56adf Color CSS Codes

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

#e56adf Text Font Color

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

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


#e56adf Background Color

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

This div background color is #e56adf


#e56adf Border Color

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

This div border color is #e56adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56adf


Comments

No comments written yet.

Please login to write comment.