Color Hex Logo

#e2856d Color Hex

#E2856D
(226,133,109)
0 Favorites   0 Comments

Color spaces of #e2856d

RGB 226133109
HSL0.030.670.66
HSV12°52°89°
CMYK 0.000.410.52   0.11
XYZ42.511934.047918.7993
Yxy34.04790.44580.3570
Hunter Lab58.350627.934521.7434
CIE-Lab65.000633.238628.2890

#e2856d color RGB value is (226,133,109).

#e2856d hex color red value is 226, green value is 133 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #e2856d hue: 0.03 , saturation: 0.67 and the lightness value of e2856d is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000101 01101101
Octal 342 205 155
Decimal 226 133 109
Hex E2 85 6D

RGB Percentages of Color #e2856d

%48.29
%28.42
%23.29

CMYK Percentages of Color #e2856d

%0
%41
%52
%11

Triadic Colors of #e2856d

#e2856d #6de285 #856de2

Analogous Colors of #e2856d

#e2856d #e2c06d #e26d90

Monochromatic Colors of #e2856d

#e2856d

Complementary Color

#e2856d #6dcae2

#e2856d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2856d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2856d Color CSS Codes

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

#e2856d Text Font Color

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

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


#e2856d Background Color

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

This div background color is #e2856d


#e2856d Border Color

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

This div border color is #e2856d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2856d


Comments

No comments written yet.

Please login to write comment.