Color Hex Logo

#e561bd Color Hex

#E561BD
(229,97,189)
0 Favorites   0 Comments

Color spaces of #e561bd

RGB 22997189
HSL0.880.720.64
HSV318°58°90°
CMYK 0.000.580.17   0.10
XYZ45.773128.881551.3063
Yxy28.88150.36340.2293
Hunter Lab53.741557.9856-18.9843
CIE-Lab60.676961.4130-23.4309

#e561bd color RGB value is (229,97,189).

#e561bd hex color red value is 229, green value is 97 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e561bd hue: 0.88 , saturation: 0.72 and the lightness value of e561bd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100001 10111101
Octal 345 141 275
Decimal 229 97 189
Hex E5 61 BD

RGB Percentages of Color #e561bd

%44.47
%18.83
%36.70

CMYK Percentages of Color #e561bd

%0
%58
%17
%10

Triadic Colors of #e561bd

#e561bd #bde561 #61bde5

Analogous Colors of #e561bd

#e561bd #e5617b #cb61e5

Monochromatic Colors of #e561bd

#e561bd

Complementary Color

#e561bd #61e589

#e561bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e561bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e561bd Color CSS Codes

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

#e561bd Text Font Color

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

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


#e561bd Background Color

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

This div background color is #e561bd


#e561bd Border Color

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

This div border color is #e561bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e561bd


Comments

No comments written yet.

Please login to write comment.