Color Hex Logo

#e1347d Color Hex

#E1347D
(225,52,125)
0 Favorites   0 Comments

Color spaces of #e1347d

RGB 22552125
HSL0.930.740.54
HSV335°77°88°
CMYK 0.000.770.44   0.12
XYZ35.981019.944221.3552
Yxy19.94420.46560.2581
Hunter Lab44.658965.66152.9097
CIE-Lab51.774169.57020.6505

#e1347d color RGB value is (225,52,125).

#e1347d hex color red value is 225, green value is 52 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e1347d hue: 0.93 , saturation: 0.74 and the lightness value of e1347d is 0.54.

The process color (four color CMYK) of #e1347d color hex is 0.00, 0.77, 0.44, 0.12. Web safe color of #e1347d is #cc3366. Color #e1347d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110100 01111101
Octal 341 64 175
Decimal 225 52 125
Hex E1 34 7D

RGB Percentages of Color #e1347d

%55.97
%12.94
%31.09

CMYK Percentages of Color #e1347d

%0
%77
%44
%12

Triadic Colors of #e1347d

#e1347d #7de134 #347de1

Analogous Colors of #e1347d

#e1347d #e14234 #e134d4

Monochromatic Colors of #e1347d

#e1347d

Complementary Color

#e1347d #34e198

#e1347d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1347d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1347d Color CSS Codes

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

#e1347d Text Font Color

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

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


#e1347d Background Color

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

This div background color is #e1347d


#e1347d Border Color

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

This div border color is #e1347d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1347d


Comments

No comments written yet.

Please login to write comment.