Color Hex Logo

#e25dbb Color Hex

#E25DBB
(226,93,187)
0 Favorites   0 Comments

Color spaces of #e25dbb

RGB 22693187
HSL0.880.700.63
HSV318°59°89°
CMYK 0.000.590.17   0.11
XYZ44.248027.585350.0061
Yxy27.58530.36320.2264
Hunter Lab52.521758.4680-19.6850
CIE-Lab59.512262.0312-24.1130

#e25dbb color RGB value is (226,93,187).

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

The process color (four color CMYK) of #e25dbb color hex is 0.00, 0.59, 0.17, 0.11. Web safe color of #e25dbb is #cc66cc. Color #e25dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011101 10111011
Octal 342 135 273
Decimal 226 93 187
Hex E2 5D BB

RGB Percentages of Color #e25dbb

%44.66
%18.38
%36.96

CMYK Percentages of Color #e25dbb

%0
%59
%17
%11

Triadic Colors of #e25dbb

#e25dbb #bbe25d #5dbbe2

Analogous Colors of #e25dbb

#e25dbb #e25d79 #c75de2

Monochromatic Colors of #e25dbb

#e25dbb

Complementary Color

#e25dbb #5de284

#e25dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25dbb Color CSS Codes

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

#e25dbb Text Font Color

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

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


#e25dbb Background Color

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

This div background color is #e25dbb


#e25dbb Border Color

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

This div border color is #e25dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,93,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25dbb


Comments

No comments written yet.

Please login to write comment.