Color Hex Logo

#e25363 Color Hex

#E25363
(226,83,99)
0 Favorites   0 Comments

Color spaces of #e25363

RGB 2268399
HSL0.980.710.61
HSV353°63°89°
CMYK 0.000.630.56   0.11
XYZ36.709423.256114.3585
Yxy23.25610.49390.3129
Hunter Lab48.224651.484316.1041
CIE-Lab55.335256.645121.1920

#e25363 color RGB value is (226,83,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010011 01100011
Octal 342 123 143
Decimal 226 83 99
Hex E2 53 63

RGB Percentages of Color #e25363

%55.39
%20.34
%24.26

CMYK Percentages of Color #e25363

%0
%63
%56
%11

Triadic Colors of #e25363

#e25363 #63e253 #5363e2

Analogous Colors of #e25363

#e25363 #e28b53 #e253ab

Monochromatic Colors of #e25363

#e25363

Complementary Color

#e25363 #53e2d2

#e25363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25363 Color CSS Codes

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

#e25363 Text Font Color

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

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


#e25363 Background Color

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

This div background color is #e25363


#e25363 Border Color

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

This div border color is #e25363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25363


Comments

No comments written yet.

Please login to write comment.