Color Hex Logo

#e25ddc Color Hex

#E25DDC
(226,93,220)
0 Favorites   0 Comments

Color spaces of #e25ddc

RGB 22693220
HSL0.840.700.63
HSV303°59°89°
CMYK 0.000.590.03   0.11
XYZ48.196629.164870.7993
Yxy29.16480.32530.1968
Hunter Lab54.004464.7957-39.9255
CIE-Lab60.926867.1341-40.6361

#e25ddc color RGB value is (226,93,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011101 11011100
Octal 342 135 334
Decimal 226 93 220
Hex E2 5D DC

RGB Percentages of Color #e25ddc

%41.93
%17.25
%40.82

CMYK Percentages of Color #e25ddc

%0
%59
%3
%11

Triadic Colors of #e25ddc

#e25ddc #dce25d #5ddce2

Analogous Colors of #e25ddc

#e25ddc #e25d9a #a65de2

Monochromatic Colors of #e25ddc

#e25ddc

Complementary Color

#e25ddc #5de263

#e25ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25ddc Color CSS Codes

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

#e25ddc Text Font Color

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

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


#e25ddc Background Color

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

This div background color is #e25ddc


#e25ddc Border Color

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

This div border color is #e25ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25ddc


Comments

No comments written yet.

Please login to write comment.