Color Hex Logo

#e27085 Color Hex

#E27085
(226,112,133)
0 Favorites   0 Comments

Color spaces of #e27085

RGB 226112133
HSL0.970.660.66
HSV349°50°89°
CMYK 0.000.500.41   0.11
XYZ41.391829.450525.6932
Yxy29.45050.42880.3051
Hunter Lab54.268341.17699.9171
CIE-Lab61.177246.33059.4743

#e27085 color RGB value is (226,112,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110000 10000101
Octal 342 160 205
Decimal 226 112 133
Hex E2 70 85

RGB Percentages of Color #e27085

%47.98
%23.78
%28.24

CMYK Percentages of Color #e27085

%0
%50
%41
%11

Triadic Colors of #e27085

#e27085 #85e270 #7085e2

Analogous Colors of #e27085

#e27085 #e29470 #e270be

Monochromatic Colors of #e27085

#e27085

Complementary Color

#e27085 #70e2cd

#e27085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27085 Color CSS Codes

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

#e27085 Text Font Color

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

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


#e27085 Background Color

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

This div background color is #e27085


#e27085 Border Color

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

This div border color is #e27085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27085


Comments

No comments written yet.

Please login to write comment.