Color Hex Logo

#e12777 Color Hex

#E12777
(225,39,119)
0 Favorites   0 Comments

Color spaces of #e12777

RGB 22539119
HSL0.930.760.52
HSV334°83°88°
CMYK 0.000.830.47   0.12
XYZ35.106618.790519.2294
Yxy18.79050.48010.2570
Hunter Lab43.348068.70424.0423
CIE-Lab50.441272.36132.3437

#e12777 color RGB value is (225,39,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100111 01110111
Octal 341 47 167
Decimal 225 39 119
Hex E1 27 77

RGB Percentages of Color #e12777

%58.75
%10.18
%31.07

CMYK Percentages of Color #e12777

%0
%83
%47
%12

Triadic Colors of #e12777

#e12777 #77e127 #2777e1

Analogous Colors of #e12777

#e12777 #e13427 #e127d4

Monochromatic Colors of #e12777

#e12777

Complementary Color

#e12777 #27e191

#e12777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12777 Color CSS Codes

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

#e12777 Text Font Color

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

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


#e12777 Background Color

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

This div background color is #e12777


#e12777 Border Color

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

This div border color is #e12777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12777


Comments

No comments written yet.

Please login to write comment.