Color Hex Logo

#e564bb Color Hex

#E564BB
(229,100,187)
0 Favorites   0 Comments

Color spaces of #e564bb

RGB 229100187
HSL0.890.710.65
HSV320°56°90°
CMYK 0.000.560.18   0.10
XYZ45.839929.360250.2648
Yxy29.36020.36540.2340
Hunter Lab54.185156.1850-17.0709
CIE-Lab61.098259.7875-21.6442

#e564bb color RGB value is (229,100,187).

#e564bb hex color red value is 229, green value is 100 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e564bb hue: 0.89 , saturation: 0.71 and the lightness value of e564bb is 0.65.

The process color (four color CMYK) of #e564bb color hex is 0.00, 0.56, 0.18, 0.10. Web safe color of #e564bb is #cc66cc. Color #e564bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100100 10111011
Octal 345 144 273
Decimal 229 100 187
Hex E5 64 BB

RGB Percentages of Color #e564bb

%44.38
%19.38
%36.24

CMYK Percentages of Color #e564bb

%0
%56
%18
%10

Triadic Colors of #e564bb

#e564bb #bbe564 #64bbe5

Analogous Colors of #e564bb

#e564bb #e5647b #cf64e5

Monochromatic Colors of #e564bb

#e564bb

Complementary Color

#e564bb #64e58e

#e564bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e564bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e564bb Color CSS Codes

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

#e564bb Text Font Color

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

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


#e564bb Background Color

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

This div background color is #e564bb


#e564bb Border Color

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

This div border color is #e564bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e564bb


Comments

No comments written yet.

Please login to write comment.