Color Hex Logo

#e1469f Color Hex

#E1469F
(225,70,159)
0 Favorites   0 Comments

Color spaces of #e1469f

RGB 22570159
HSL0.900.720.58
HSV326°69°88°
CMYK 0.000.690.29   0.12
XYZ39.499522.891135.1375
Yxy22.89110.40500.2347
Hunter Lab47.844663.6376-10.0518
CIE-Lab54.960067.2630-14.8382

#e1469f color RGB value is (225,70,159).

#e1469f hex color red value is 225, green value is 70 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e1469f hue: 0.90 , saturation: 0.72 and the lightness value of e1469f is 0.58.

The process color (four color CMYK) of #e1469f color hex is 0.00, 0.69, 0.29, 0.12. Web safe color of #e1469f is #cc3399. Color #e1469f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000110 10011111
Octal 341 106 237
Decimal 225 70 159
Hex E1 46 9F

RGB Percentages of Color #e1469f

%49.56
%15.42
%35.02

CMYK Percentages of Color #e1469f

%0
%69
%29
%12

Triadic Colors of #e1469f

#e1469f #9fe146 #469fe1

Analogous Colors of #e1469f

#e1469f #e14652 #d646e1

Monochromatic Colors of #e1469f

#e1469f

Complementary Color

#e1469f #46e188

#e1469f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1469f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1469f Color CSS Codes

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

#e1469f Text Font Color

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

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


#e1469f Background Color

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

This div background color is #e1469f


#e1469f Border Color

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

This div border color is #e1469f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1469f


Comments

No comments written yet.

Please login to write comment.