Color Hex Logo

#e25974 Color Hex

#E25974
(226,89,116)
0 Favorites   0 Comments

Color spaces of #e25974

RGB 22689116
HSL0.970.700.62
HSV348°61°89°
CMYK 0.000.610.49   0.11
XYZ38.088824.574519.2588
Yxy24.57450.46490.3000
Hunter Lab49.572750.397011.6669
CIE-Lab56.658555.446113.0060

#e25974 color RGB value is (226,89,116).

#e25974 hex color red value is 226, green value is 89 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #e25974 hue: 0.97 , saturation: 0.70 and the lightness value of e25974 is 0.62.

The process color (four color CMYK) of #e25974 color hex is 0.00, 0.61, 0.49, 0.11. Web safe color of #e25974 is #cc6666. Color #e25974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011001 01110100
Octal 342 131 164
Decimal 226 89 116
Hex E2 59 74

RGB Percentages of Color #e25974

%52.44
%20.65
%26.91

CMYK Percentages of Color #e25974

%0
%61
%49
%11

Triadic Colors of #e25974

#e25974 #74e259 #5974e2

Analogous Colors of #e25974

#e25974 #e28359 #e259b9

Monochromatic Colors of #e25974

#e25974

Complementary Color

#e25974 #59e2c7

#e25974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25974 Color CSS Codes

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

#e25974 Text Font Color

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

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


#e25974 Background Color

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

This div background color is #e25974


#e25974 Border Color

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

This div border color is #e25974


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,89,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25974


Comments

No comments written yet.

Please login to write comment.