Color Hex Logo

#e56ced Color Hex

#E56CED
(229,108,237)
0 Favorites   0 Comments

Color spaces of #e56ced

RGB 229108237
HSL0.820.780.68
HSV296°54°93°
CMYK 0.030.540.00   0.07
XYZ52.961733.497683.7950
Yxy33.49760.31110.1968
Hunter Lab57.877162.0553-45.3266
CIE-Lab64.561864.1952-44.3807

#e56ced color RGB value is (229,108,237).

#e56ced hex color red value is 229, green value is 108 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e56ced hue: 0.82 , saturation: 0.78 and the lightness value of e56ced is 0.68.

The process color (four color CMYK) of #e56ced color hex is 0.03, 0.54, 0.00, 0.07. Web safe color of #e56ced is #cc66ff. Color #e56ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101100 11101101
Octal 345 154 355
Decimal 229 108 237
Hex E5 6C ED

RGB Percentages of Color #e56ced

%39.90
%18.82
%41.29

CMYK Percentages of Color #e56ced

%3
%54
%0
%7

Triadic Colors of #e56ced

#e56ced #ede56c #6cede5

Analogous Colors of #e56ced

#e56ced #ed6cb5 #a56ced

Monochromatic Colors of #e56ced

#e56ced

Complementary Color

#e56ced #74ed6c

#e56ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56ced Color CSS Codes

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

#e56ced Text Font Color

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

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


#e56ced Background Color

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

This div background color is #e56ced


#e56ced Border Color

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

This div border color is #e56ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56ced


Comments

No comments written yet.

Please login to write comment.