Color Hex Logo

#e29695 Color Hex

#E29695
(226,150,149)
0 Favorites   0 Comments

Color spaces of #e29695

RGB 226150149
HSL0.000.570.74
HSV34°89°
CMYK 0.000.340.34   0.11
XYZ47.695240.151433.6699
Yxy40.15140.39250.3304
Hunter Lab63.365123.468712.8511
CIE-Lab69.577228.460312.3011

#e29695 color RGB value is (226,150,149).

#e29695 hex color red value is 226, green value is 150 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #e29695 hue: 0.00 , saturation: 0.57 and the lightness value of e29695 is 0.74.

The process color (four color CMYK) of #e29695 color hex is 0.00, 0.34, 0.34, 0.11. Web safe color of #e29695 is #cc9999. Color #e29695 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010110 10010101
Octal 342 226 225
Decimal 226 150 149
Hex E2 96 95

RGB Percentages of Color #e29695

%43.05
%28.57
%28.38

CMYK Percentages of Color #e29695

%0
%34
%34
%11

Triadic Colors of #e29695

#e29695 #95e296 #9695e2

Analogous Colors of #e29695

#e29695 #e2bd95 #e295bb

Monochromatic Colors of #e29695

#e29695

Complementary Color

#e29695 #95e1e2

#e29695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29695 Color CSS Codes

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

#e29695 Text Font Color

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

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


#e29695 Background Color

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

This div background color is #e29695


#e29695 Border Color

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

This div border color is #e29695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29695


Comments

No comments written yet.

Please login to write comment.