Color Hex Logo

#e1825d Color Hex

#E1825D
(225,130,93)
0 Favorites   0 Comments

Color spaces of #e1825d

RGB 22513093
HSL0.050.690.62
HSV17°59°88°
CMYK 0.000.420.59   0.12
XYZ41.009832.763114.5184
Yxy32.76310.46450.3711
Hunter Lab57.239127.720725.0287
CIE-Lab63.968633.128935.7008

#e1825d color RGB value is (225,130,93).

#e1825d hex color red value is 225, green value is 130 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e1825d hue: 0.05 , saturation: 0.69 and the lightness value of e1825d is 0.62.

The process color (four color CMYK) of #e1825d color hex is 0.00, 0.42, 0.59, 0.12. Web safe color of #e1825d is #cc9966. Color #e1825d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 01011101
Octal 341 202 135
Decimal 225 130 93
Hex E1 82 5D

RGB Percentages of Color #e1825d

%50.22
%29.02
%20.76

CMYK Percentages of Color #e1825d

%0
%42
%59
%12

Triadic Colors of #e1825d

#e1825d #5de182 #825de1

Analogous Colors of #e1825d

#e1825d #e1c45d #e15d7a

Monochromatic Colors of #e1825d

#e1825d

Complementary Color

#e1825d #5dbce1

#e1825d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1825d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1825d Color CSS Codes

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

#e1825d Text Font Color

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

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


#e1825d Background Color

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

This div background color is #e1825d


#e1825d Border Color

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

This div border color is #e1825d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1825d


Comments

No comments written yet.

Please login to write comment.