Color Hex Logo

#e26077 Color Hex

#E26077
(226,96,119)
0 Favorites   0 Comments

Color spaces of #e26077

RGB 22696119
HSL0.970.690.63
HSV349°58°89°
CMYK 0.000.580.47   0.11
XYZ38.876725.866420.3965
Yxy25.86640.45660.3038
Hunter Lab50.859047.442311.8237
CIE-Lab57.910052.575912.9953

#e26077 color RGB value is (226,96,119).

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

The process color (four color CMYK) of #e26077 color hex is 0.00, 0.58, 0.47, 0.11. Web safe color of #e26077 is #cc6666. Color #e26077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100000 01110111
Octal 342 140 167
Decimal 226 96 119
Hex E2 60 77

RGB Percentages of Color #e26077

%51.25
%21.77
%26.98

CMYK Percentages of Color #e26077

%0
%58
%47
%11

Triadic Colors of #e26077

#e26077 #77e260 #6077e2

Analogous Colors of #e26077

#e26077 #e28a60 #e260b8

Monochromatic Colors of #e26077

#e26077

Complementary Color

#e26077 #60e2cb

#e26077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26077 Color CSS Codes

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

#e26077 Text Font Color

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

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


#e26077 Background Color

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

This div background color is #e26077


#e26077 Border Color

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

This div border color is #e26077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26077


Comments

No comments written yet.

Please login to write comment.