Color Hex Logo

#e26c5c Color Hex

#E26C5C
(226,108,92)
0 Favorites   0 Comments

Color spaces of #e26c5c

RGB 22610892
HSL0.020.700.62
HSV59°89°
CMYK 0.000.520.59   0.11
XYZ38.658427.666613.4279
Yxy27.66660.48470.3469
Hunter Lab52.599039.142721.6833
CIE-Lab59.586344.654430.7702

#e26c5c color RGB value is (226,108,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101100 01011100
Octal 342 154 134
Decimal 226 108 92
Hex E2 6C 5C

RGB Percentages of Color #e26c5c

%53.05
%25.35
%21.60

CMYK Percentages of Color #e26c5c

%0
%52
%59
%11

Triadic Colors of #e26c5c

#e26c5c #5ce26c #6c5ce2

Analogous Colors of #e26c5c

#e26c5c #e2af5c #e25c8f

Monochromatic Colors of #e26c5c

#e26c5c

Complementary Color

#e26c5c #5cd2e2

#e26c5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26c5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26c5c Color CSS Codes

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

#e26c5c Text Font Color

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

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


#e26c5c Background Color

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

This div background color is #e26c5c


#e26c5c Border Color

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

This div border color is #e26c5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26c5c


Comments

No comments written yet.

Please login to write comment.