Color Hex Logo

#e26d5d Color Hex

#E26D5D
(226,109,93)
0 Favorites   0 Comments

Color spaces of #e26d5d

RGB 22610993
HSL0.020.700.63
HSV59°89°
CMYK 0.000.520.59   0.11
XYZ38.808527.896313.6950
Yxy27.89630.48270.3470
Hunter Lab52.816938.727421.5985
CIE-Lab59.794944.234130.4741

#e26d5d color RGB value is (226,109,93).

#e26d5d hex color red value is 226, green value is 109 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e26d5d hue: 0.02 , saturation: 0.70 and the lightness value of e26d5d is 0.63.

The process color (four color CMYK) of #e26d5d color hex is 0.00, 0.52, 0.59, 0.11. Web safe color of #e26d5d is #cc6666. Color #e26d5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101101 01011101
Octal 342 155 135
Decimal 226 109 93
Hex E2 6D 5D

RGB Percentages of Color #e26d5d

%52.80
%25.47
%21.73

CMYK Percentages of Color #e26d5d

%0
%52
%59
%11

Triadic Colors of #e26d5d

#e26d5d #5de26d #6d5de2

Analogous Colors of #e26d5d

#e26d5d #e2b05d #e25d90

Monochromatic Colors of #e26d5d

#e26d5d

Complementary Color

#e26d5d #5dd2e2

#e26d5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26d5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26d5d Color CSS Codes

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

#e26d5d Text Font Color

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

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


#e26d5d Background Color

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

This div background color is #e26d5d


#e26d5d Border Color

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

This div border color is #e26d5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26d5d


Comments

No comments written yet.

Please login to write comment.