Color Hex Logo

#e1438a Color Hex

#E1438A
(225,67,138)
0 Favorites   0 Comments

Color spaces of #e1438a

RGB 22567138
HSL0.930.720.57
HSV333°70°88°
CMYK 0.000.700.39   0.12
XYZ37.645921.856826.2794
Yxy21.85680.43890.2548
Hunter Lab46.751361.9203-0.6017
CIE-Lab53.874766.0105-4.0490

#e1438a color RGB value is (225,67,138).

#e1438a hex color red value is 225, green value is 67 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e1438a hue: 0.93 , saturation: 0.72 and the lightness value of e1438a is 0.57.

The process color (four color CMYK) of #e1438a color hex is 0.00, 0.70, 0.39, 0.12. Web safe color of #e1438a is #cc3399. Color #e1438a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 10001010
Octal 341 103 212
Decimal 225 67 138
Hex E1 43 8A

RGB Percentages of Color #e1438a

%52.33
%15.58
%32.09

CMYK Percentages of Color #e1438a

%0
%70
%39
%12

Triadic Colors of #e1438a

#e1438a #8ae143 #438ae1

Analogous Colors of #e1438a

#e1438a #e14b43 #e143d9

Monochromatic Colors of #e1438a

#e1438a

Complementary Color

#e1438a #43e19a

#e1438a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1438a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1438a Color CSS Codes

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

#e1438a Text Font Color

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

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


#e1438a Background Color

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

This div background color is #e1438a


#e1438a Border Color

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

This div border color is #e1438a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1438a


Comments

No comments written yet.

Please login to write comment.