Color Hex Logo

#e2086d Color Hex

#E2086D
(226,8,109)
0 Favorites   0 Comments

Color spaces of #e2086d

RGB 2268109
HSL0.920.930.46
HSV332°96°89°
CMYK 0.000.960.52   0.11
XYZ34.211217.446516.0324
Yxy17.44650.50540.2577
Hunter Lab41.769073.10596.4807
CIE-Lab48.817876.28266.1437

#e2086d color RGB value is (226,8,109).

#e2086d hex color red value is 226, green value is 8 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #e2086d hue: 0.92 , saturation: 0.93 and the lightness value of e2086d is 0.46.

The process color (four color CMYK) of #e2086d color hex is 0.00, 0.96, 0.52, 0.11. Web safe color of #e2086d is #cc0066. Color #e2086d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001000 01101101
Octal 342 10 155
Decimal 226 8 109
Hex E2 8 6D

RGB Percentages of Color #e2086d

%65.89
%2.33
%31.78

CMYK Percentages of Color #e2086d

%0
%96
%52
%11

Triadic Colors of #e2086d

#e2086d #6de208 #086de2

Analogous Colors of #e2086d

#e2086d #e21008 #e208da

Monochromatic Colors of #e2086d

#e2086d

Complementary Color

#e2086d #08e27d

#e2086d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2086d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2086d Color CSS Codes

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

#e2086d Text Font Color

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

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


#e2086d Background Color

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

This div background color is #e2086d


#e2086d Border Color

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

This div border color is #e2086d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,8,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 #e2086d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2086d


Comments

No comments written yet.

Please login to write comment.