Color Hex Logo

#e28685 Color Hex

#E28685
(226,134,133)
0 Favorites   0 Comments

Color spaces of #e28685

RGB 226134133
HSL0.000.620.70
HSV41°89°
CMYK 0.000.410.41   0.11
XYZ44.122834.912426.6035
Yxy34.91240.41770.3305
Hunter Lab59.086729.892514.6657
CIE-Lab65.680435.078415.7958

#e28685 color RGB value is (226,134,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000110 10000101
Octal 342 206 205
Decimal 226 134 133
Hex E2 86 85

RGB Percentages of Color #e28685

%45.84
%27.18
%26.98

CMYK Percentages of Color #e28685

%0
%41
%41
%11

Triadic Colors of #e28685

#e28685 #85e286 #8685e2

Analogous Colors of #e28685

#e28685 #e2b585 #e285b3

Monochromatic Colors of #e28685

#e28685

Complementary Color

#e28685 #85e1e2

#e28685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28685 Color CSS Codes

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

#e28685 Text Font Color

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

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


#e28685 Background Color

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

This div background color is #e28685


#e28685 Border Color

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

This div border color is #e28685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28685


Comments

No comments written yet.

Please login to write comment.