Color Hex Logo

#e56beb Color Hex

#E56BEB
(229,107,235)
0 Favorites   0 Comments

Color spaces of #e56beb

RGB 229107235
HSL0.830.760.67
HSV297°54°92°
CMYK 0.030.540.00   0.08
XYZ52.566233.171682.2295
Yxy33.17160.31300.1975
Hunter Lab57.594862.1243-44.3334
CIE-Lab64.299664.2987-43.6842

#e56beb color RGB value is (229,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101011 11101011
Octal 345 153 353
Decimal 229 107 235
Hex E5 6B EB

RGB Percentages of Color #e56beb

%40.11
%18.74
%41.16

CMYK Percentages of Color #e56beb

%3
%54
%0
%8

Triadic Colors of #e56beb

#e56beb #ebe56b #6bebe5

Analogous Colors of #e56beb

#e56beb #eb6bb1 #a56beb

Monochromatic Colors of #e56beb

#e56beb

Complementary Color

#e56beb #71eb6b

#e56beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56beb Color CSS Codes

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

#e56beb Text Font Color

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

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


#e56beb Background Color

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

This div background color is #e56beb


#e56beb Border Color

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

This div border color is #e56beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56beb


Comments

No comments written yet.

Please login to write comment.