Color Hex Logo

#e56ceb Color Hex

#E56CEB
(229,108,235)
0 Favorites   0 Comments

Color spaces of #e56ceb

RGB 229108235
HSL0.830.760.67
HSV297°54°92°
CMYK 0.030.540.00   0.08
XYZ52.671133.381382.2644
Yxy33.38130.31290.1983
Hunter Lab57.776661.6178-43.9757
CIE-Lab64.468563.8437-43.4189

#e56ceb color RGB value is (229,108,235).

#e56ceb hex color red value is 229, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e56ceb hue: 0.83 , saturation: 0.76 and the lightness value of e56ceb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101100 11101011
Octal 345 154 353
Decimal 229 108 235
Hex E5 6C EB

RGB Percentages of Color #e56ceb

%40.03
%18.88
%41.08

CMYK Percentages of Color #e56ceb

%3
%54
%0
%8

Triadic Colors of #e56ceb

#e56ceb #ebe56c #6cebe5

Analogous Colors of #e56ceb

#e56ceb #eb6cb2 #a66ceb

Monochromatic Colors of #e56ceb

#e56ceb

Complementary Color

#e56ceb #72eb6c

#e56ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56ceb Color CSS Codes

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

#e56ceb Text Font Color

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

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


#e56ceb Background Color

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

This div background color is #e56ceb


#e56ceb Border Color

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

This div border color is #e56ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56ceb


Comments

No comments written yet.

Please login to write comment.