color codes Logo

#e1825e color codes

#E1825E
(225,130,94)
0 Favorites   0 Comments

Color spaces of #e1825e

RGB 22513094
HSL0.050.690.63
HSV16°58°88°
CMYK 0.000.420.58   0.12
XYZ41.054332.781014.7532
Yxy32.78100.46340.3700
Hunter Lab57.254727.797224.8006
CIE-Lab63.983233.202835.1780

#e1825e color RGB value is (225,130,94).

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

The process color (four color CMYK) of #e1825e color code is 0.00, 0.42, 0.58, 0.12. Web safe color of #e1825e is #cc9966. Color #e1825e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 01011110
Octal 341 202 136
Decimal 225 130 94
Hex E1 82 5E

RGB Percentages of Color #e1825e

%50.11
%28.95
%20.94

CMYK Percentages of Color #e1825e

%0
%42
%58
%12

Triadic Colors of #e1825e

#e1825e #5ee182 #825ee1

Analogous Colors of #e1825e

#e1825e #e1c45e #e15e7c

Monochromatic Colors of #e1825e

#e1825e

Complementary Color

#e1825e #5ebde1

#e1825e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1825e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1825e Color CSS Codes

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

#e1825e Text Font Color

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

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


#e1825e Background Color

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

This div background color is #e1825e


#e1825e Border Color

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

This div border color is #e1825e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1825e


Comments

No comments written yet.

Please login to write comment.