Color Hex Logo

#e25dbc Color Hex

#E25DBC
(226,93,188)
0 Favorites   0 Comments

Color spaces of #e25dbc

RGB 22693188
HSL0.880.700.63
HSV317°59°89°
CMYK 0.000.590.17   0.11
XYZ44.355527.628350.5720
Yxy27.62830.36190.2254
Hunter Lab52.562658.6444-20.2508
CIE-Lab59.551462.1757-24.6253

#e25dbc color RGB value is (226,93,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011101 10111100
Octal 342 135 274
Decimal 226 93 188
Hex E2 5D BC

RGB Percentages of Color #e25dbc

%44.58
%18.34
%37.08

CMYK Percentages of Color #e25dbc

%0
%59
%17
%11

Triadic Colors of #e25dbc

#e25dbc #bce25d #5dbce2

Analogous Colors of #e25dbc

#e25dbc #e25d7a #c65de2

Monochromatic Colors of #e25dbc

#e25dbc

Complementary Color

#e25dbc #5de283

#e25dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25dbc Color CSS Codes

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

#e25dbc Text Font Color

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

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


#e25dbc Background Color

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

This div background color is #e25dbc


#e25dbc Border Color

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

This div border color is #e25dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25dbc


Comments

No comments written yet.

Please login to write comment.