Color Hex Logo

#e259bf Color Hex

#E259BF
(226,89,191)
0 Favorites   0 Comments

Color spaces of #e259bf

RGB 22689191
HSL0.880.700.62
HSV315°61°89°
CMYK 0.000.610.15   0.11
XYZ44.340427.075152.1792
Yxy27.07510.35880.2191
Hunter Lab52.033761.0492-23.0321
CIE-Lab59.043864.3199-27.1243

#e259bf color RGB value is (226,89,191).

#e259bf hex color red value is 226, green value is 89 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e259bf hue: 0.88 , saturation: 0.70 and the lightness value of e259bf is 0.62.

The process color (four color CMYK) of #e259bf color hex is 0.00, 0.61, 0.15, 0.11. Web safe color of #e259bf is #cc66cc. Color #e259bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011001 10111111
Octal 342 131 277
Decimal 226 89 191
Hex E2 59 BF

RGB Percentages of Color #e259bf

%44.66
%17.59
%37.75

CMYK Percentages of Color #e259bf

%0
%61
%15
%11

Triadic Colors of #e259bf

#e259bf #bfe259 #59bfe2

Analogous Colors of #e259bf

#e259bf #e2597b #c159e2

Monochromatic Colors of #e259bf

#e259bf

Complementary Color

#e259bf #59e27c

#e259bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e259bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e259bf Color CSS Codes

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

#e259bf Text Font Color

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

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


#e259bf Background Color

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

This div background color is #e259bf


#e259bf Border Color

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

This div border color is #e259bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e259bf


Comments

No comments written yet.

Please login to write comment.