Color Hex Logo

#e25777 Color Hex

#E25777
(226,87,119)
0 Favorites   0 Comments

Color spaces of #e25777

RGB 22687119
HSL0.960.710.61
HSV346°62°89°
CMYK 0.000.620.47   0.11
XYZ38.102024.317120.1382
Yxy24.31710.46150.2945
Hunter Lab49.312451.624310.3058
CIE-Lab56.403956.585910.8836

#e25777 color RGB value is (226,87,119).

#e25777 hex color red value is 226, green value is 87 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #e25777 hue: 0.96 , saturation: 0.71 and the lightness value of e25777 is 0.61.

The process color (four color CMYK) of #e25777 color hex is 0.00, 0.62, 0.47, 0.11. Web safe color of #e25777 is #cc6666. Color #e25777 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010111 01110111
Octal 342 127 167
Decimal 226 87 119
Hex E2 57 77

RGB Percentages of Color #e25777

%52.31
%20.14
%27.55

CMYK Percentages of Color #e25777

%0
%62
%47
%11

Triadic Colors of #e25777

#e25777 #77e257 #5777e2

Analogous Colors of #e25777

#e25777 #e27d57 #e257bd

Monochromatic Colors of #e25777

#e25777

Complementary Color

#e25777 #57e2c2

#e25777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25777 Color CSS Codes

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

#e25777 Text Font Color

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

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


#e25777 Background Color

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

This div background color is #e25777


#e25777 Border Color

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

This div border color is #e25777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25777


Comments

No comments written yet.

Please login to write comment.