Color Hex Logo

#e26165 Color Hex

#E26165
(226,97,101)
0 Favorites   0 Comments

Color spaces of #e26165

RGB 22697101
HSL0.990.690.63
HSV358°57°89°
CMYK 0.000.570.55   0.11
XYZ37.987725.657715.2622
Yxy25.65770.48140.3252
Hunter Lab50.653445.223117.5929
CIE-Lab57.710750.584123.1954

#e26165 color RGB value is (226,97,101).

#e26165 hex color red value is 226, green value is 97 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #e26165 hue: 0.99 , saturation: 0.69 and the lightness value of e26165 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100001 01100101
Octal 342 141 145
Decimal 226 97 101
Hex E2 61 65

RGB Percentages of Color #e26165

%53.30
%22.88
%23.82

CMYK Percentages of Color #e26165

%0
%57
%55
%11

Triadic Colors of #e26165

#e26165 #65e261 #6165e2

Analogous Colors of #e26165

#e26165 #e29e61 #e261a6

Monochromatic Colors of #e26165

#e26165

Complementary Color

#e26165 #61e2de

#e26165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26165 Color CSS Codes

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

#e26165 Text Font Color

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

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


#e26165 Background Color

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

This div background color is #e26165


#e26165 Border Color

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

This div border color is #e26165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26165


Comments

No comments written yet.

Please login to write comment.