Color Hex Logo

#e26475 Color Hex

#E26475
(226,100,117)
0 Favorites   0 Comments

Color spaces of #e26475

RGB 226100117
HSL0.980.680.64
HSV352°56°89°
CMYK 0.000.560.48   0.11
XYZ39.132126.567419.8952
Yxy26.56740.45720.3104
Hunter Lab51.543645.316713.1953
CIE-Lab58.571850.534615.0815

#e26475 color RGB value is (226,100,117).

#e26475 hex color red value is 226, green value is 100 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #e26475 hue: 0.98 , saturation: 0.68 and the lightness value of e26475 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100100 01110101
Octal 342 144 165
Decimal 226 100 117
Hex E2 64 75

RGB Percentages of Color #e26475

%51.02
%22.57
%26.41

CMYK Percentages of Color #e26475

%0
%56
%48
%11

Triadic Colors of #e26475

#e26475 #75e264 #6475e2

Analogous Colors of #e26475

#e26475 #e29264 #e264b4

Monochromatic Colors of #e26475

#e26475

Complementary Color

#e26475 #64e2d1

#e26475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26475 Color CSS Codes

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

#e26475 Text Font Color

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

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


#e26475 Background Color

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

This div background color is #e26475


#e26475 Border Color

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

This div border color is #e26475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26475


Comments

No comments written yet.

Please login to write comment.