Color Hex Logo

#e561bf Color Hex

#E561BF
(229,97,191)
0 Favorites   0 Comments

Color spaces of #e561bf

RGB 22997191
HSL0.880.720.64
HSV317°58°90°
CMYK 0.000.580.17   0.10
XYZ45.991828.969052.4578
Yxy28.96900.36100.2274
Hunter Lab53.822958.3388-20.1103
CIE-Lab60.754361.7027-24.4533

#e561bf color RGB value is (229,97,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100001 10111111
Octal 345 141 277
Decimal 229 97 191
Hex E5 61 BF

RGB Percentages of Color #e561bf

%44.29
%18.76
%36.94

CMYK Percentages of Color #e561bf

%0
%58
%17
%10

Triadic Colors of #e561bf

#e561bf #bfe561 #61bfe5

Analogous Colors of #e561bf

#e561bf #e5617d #c961e5

Monochromatic Colors of #e561bf

#e561bf

Complementary Color

#e561bf #61e587

#e561bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e561bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e561bf Color CSS Codes

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

#e561bf Text Font Color

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

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


#e561bf Background Color

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

This div background color is #e561bf


#e561bf Border Color

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

This div border color is #e561bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e561bf


Comments

No comments written yet.

Please login to write comment.