Color Hex Logo

#e564bd Color Hex

#E564BD
(229,100,189)
0 Favorites   0 Comments

Color spaces of #e564bd

RGB 229100189
HSL0.890.710.65
HSV319°56°90°
CMYK 0.000.560.17   0.10
XYZ46.055629.446551.4005
Yxy29.44650.36290.2320
Hunter Lab54.264656.5338-18.1754
CIE-Lab61.173760.0763-22.6696

#e564bd color RGB value is (229,100,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100100 10111101
Octal 345 144 275
Decimal 229 100 189
Hex E5 64 BD

RGB Percentages of Color #e564bd

%44.21
%19.31
%36.49

CMYK Percentages of Color #e564bd

%0
%56
%17
%10

Triadic Colors of #e564bd

#e564bd #bde564 #64bde5

Analogous Colors of #e564bd

#e564bd #e5647d #cd64e5

Monochromatic Colors of #e564bd

#e564bd

Complementary Color

#e564bd #64e58c

#e564bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e564bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e564bd Color CSS Codes

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

#e564bd Text Font Color

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

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


#e564bd Background Color

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

This div background color is #e564bd


#e564bd Border Color

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

This div border color is #e564bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e564bd


Comments

No comments written yet.

Please login to write comment.