Color Hex Logo

#e259bd Color Hex

#E259BD
(226,89,189)
0 Favorites   0 Comments

Color spaces of #e259bd

RGB 22689189
HSL0.880.700.62
HSV316°61°89°
CMYK 0.000.610.16   0.11
XYZ44.121726.987651.0278
Yxy26.98760.36120.2210
Hunter Lab51.949660.6914-21.8732
CIE-Lab58.962864.0301-26.1041

#e259bd color RGB value is (226,89,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011001 10111101
Octal 342 131 275
Decimal 226 89 189
Hex E2 59 BD

RGB Percentages of Color #e259bd

%44.84
%17.66
%37.50

CMYK Percentages of Color #e259bd

%0
%61
%16
%11

Triadic Colors of #e259bd

#e259bd #bde259 #59bde2

Analogous Colors of #e259bd

#e259bd #e25979 #c359e2

Monochromatic Colors of #e259bd

#e259bd

Complementary Color

#e259bd #59e27e

#e259bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e259bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e259bd Color CSS Codes

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

#e259bd Text Font Color

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

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


#e259bd Background Color

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

This div background color is #e259bd


#e259bd Border Color

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

This div border color is #e259bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e259bd


Comments

No comments written yet.

Please login to write comment.