Color Hex Logo

#e25ecd Color Hex

#E25ECD
(226,94,205)
0 Favorites   0 Comments

Color spaces of #e25ecd

RGB 22694205
HSL0.860.690.63
HSV310°58°89°
CMYK 0.000.580.09   0.11
XYZ46.386228.581960.8297
Yxy28.58190.34160.2105
Hunter Lab53.462061.3165-30.0374
CIE-Lab60.410864.3018-32.9780

#e25ecd color RGB value is (226,94,205).

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

The process color (four color CMYK) of #e25ecd color hex is 0.00, 0.58, 0.09, 0.11. Web safe color of #e25ecd is #cc66cc. Color #e25ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011110 11001101
Octal 342 136 315
Decimal 226 94 205
Hex E2 5E CD

RGB Percentages of Color #e25ecd

%43.05
%17.90
%39.05

CMYK Percentages of Color #e25ecd

%0
%58
%9
%11

Triadic Colors of #e25ecd

#e25ecd #cde25e #5ecde2

Analogous Colors of #e25ecd

#e25ecd #e25e8b #b55ee2

Monochromatic Colors of #e25ecd

#e25ecd

Complementary Color

#e25ecd #5ee273

#e25ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25ecd Color CSS Codes

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

#e25ecd Text Font Color

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

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


#e25ecd Background Color

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

This div background color is #e25ecd


#e25ecd Border Color

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

This div border color is #e25ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25ecd


Comments

No comments written yet.

Please login to write comment.