Color Hex Logo

#e25461 Color Hex

#E25461
(226,84,97)
0 Favorites   0 Comments

Color spaces of #e25461

RGB 2268497
HSL0.980.710.61
HSV355°63°89°
CMYK 0.000.630.57   0.11
XYZ36.692023.372513.8867
Yxy23.37250.49620.3161
Hunter Lab48.345150.870416.8111
CIE-Lab55.454056.075522.5243

#e25461 color RGB value is (226,84,97).

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

The process color (four color CMYK) of #e25461 color hex is 0.00, 0.63, 0.57, 0.11. Web safe color of #e25461 is #cc6666. Color #e25461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010100 01100001
Octal 342 124 141
Decimal 226 84 97
Hex E2 54 61

RGB Percentages of Color #e25461

%55.53
%20.64
%23.83

CMYK Percentages of Color #e25461

%0
%63
%57
%11

Triadic Colors of #e25461

#e25461 #61e254 #5461e2

Analogous Colors of #e25461

#e25461 #e28e54 #e254a8

Monochromatic Colors of #e25461

#e25461

Complementary Color

#e25461 #54e2d5

#e25461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25461 Color CSS Codes

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

#e25461 Text Font Color

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

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


#e25461 Background Color

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

This div background color is #e25461


#e25461 Border Color

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

This div border color is #e25461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25461


Comments

No comments written yet.

Please login to write comment.