Color Hex Logo

#e1277d Color Hex

#E1277D
(225,39,125)
0 Favorites   0 Comments

Color spaces of #e1277d

RGB 22539125
HSL0.920.760.52
HSV332°83°88°
CMYK 0.000.830.44   0.12
XYZ35.478518.939321.1878
Yxy18.93930.46930.2505
Hunter Lab43.519369.36081.5976
CIE-Lab50.616172.8697-1.0416

#e1277d color RGB value is (225,39,125).

#e1277d hex color red value is 225, green value is 39 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e1277d hue: 0.92 , saturation: 0.76 and the lightness value of e1277d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100111 01111101
Octal 341 47 175
Decimal 225 39 125
Hex E1 27 7D

RGB Percentages of Color #e1277d

%57.84
%10.03
%32.13

CMYK Percentages of Color #e1277d

%0
%83
%44
%12

Triadic Colors of #e1277d

#e1277d #7de127 #277de1

Analogous Colors of #e1277d

#e1277d #e12e27 #e127da

Monochromatic Colors of #e1277d

#e1277d

Complementary Color

#e1277d #27e18b

#e1277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1277d Color CSS Codes

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

#e1277d Text Font Color

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

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


#e1277d Background Color

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

This div background color is #e1277d


#e1277d Border Color

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

This div border color is #e1277d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,39,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 #e1277d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1277d


Comments

No comments written yet.

Please login to write comment.