Color Hex Logo

#e25cad Color Hex

#E25CAD
(226,92,173)
0 Favorites   0 Comments

Color spaces of #e25cad

RGB 22692173
HSL0.900.700.62
HSV324°59°89°
CMYK 0.000.590.23   0.11
XYZ42.734026.840242.4635
Yxy26.84020.38140.2396
Hunter Lab51.807556.5745-12.3312
CIE-Lab58.826160.5174-17.1113

#e25cad color RGB value is (226,92,173).

#e25cad hex color red value is 226, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e25cad hue: 0.90 , saturation: 0.70 and the lightness value of e25cad is 0.62.

The process color (four color CMYK) of #e25cad color hex is 0.00, 0.59, 0.23, 0.11. Web safe color of #e25cad is #cc6699. Color #e25cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011100 10101101
Octal 342 134 255
Decimal 226 92 173
Hex E2 5C AD

RGB Percentages of Color #e25cad

%46.03
%18.74
%35.23

CMYK Percentages of Color #e25cad

%0
%59
%23
%11

Triadic Colors of #e25cad

#e25cad #ade25c #5cade2

Analogous Colors of #e25cad

#e25cad #e25c6a #d45ce2

Monochromatic Colors of #e25cad

#e25cad

Complementary Color

#e25cad #5ce291

#e25cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25cad Color CSS Codes

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

#e25cad Text Font Color

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

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


#e25cad Background Color

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

This div background color is #e25cad


#e25cad Border Color

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

This div border color is #e25cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25cad


Comments

No comments written yet.

Please login to write comment.