Color Hex Logo

#e25dcb Color Hex

#E25DCB
(226,93,203)
0 Favorites   0 Comments

Color spaces of #e25dcb

RGB 22693203
HSL0.860.700.63
HSV310°59°89°
CMYK 0.000.590.10   0.11
XYZ46.057928.309259.5366
Yxy28.30920.34400.2114
Hunter Lab53.206461.4066-29.0995
CIE-Lab60.167164.4218-32.2228

#e25dcb color RGB value is (226,93,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011101 11001011
Octal 342 135 313
Decimal 226 93 203
Hex E2 5D CB

RGB Percentages of Color #e25dcb

%43.30
%17.82
%38.89

CMYK Percentages of Color #e25dcb

%0
%59
%10
%11

Triadic Colors of #e25dcb

#e25dcb #cbe25d #5dcbe2

Analogous Colors of #e25dcb

#e25dcb #e25d89 #b75de2

Monochromatic Colors of #e25dcb

#e25dcb

Complementary Color

#e25dcb #5de274

#e25dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25dcb Color CSS Codes

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

#e25dcb Text Font Color

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

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


#e25dcb Background Color

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

This div background color is #e25dcb


#e25dcb Border Color

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

This div border color is #e25dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25dcb


Comments

No comments written yet.

Please login to write comment.