Color Hex Logo

#e37085 Color Hex

#E37085
(227,112,133)
0 Favorites   0 Comments

Color spaces of #e37085

RGB 227112133
HSL0.970.670.66
HSV349°51°89°
CMYK 0.000.510.41   0.11
XYZ41.706429.612725.7080
Yxy29.61270.42980.3052
Hunter Lab54.417641.574310.0824
CIE-Lab61.318646.67879.6944

#e37085 color RGB value is (227,112,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110000 10000101
Octal 343 160 205
Decimal 227 112 133
Hex E3 70 85

RGB Percentages of Color #e37085

%48.09
%23.73
%28.18

CMYK Percentages of Color #e37085

%0
%51
%41
%11

Triadic Colors of #e37085

#e37085 #85e370 #7085e3

Analogous Colors of #e37085

#e37085 #e39570 #e370bf

Monochromatic Colors of #e37085

#e37085

Complementary Color

#e37085 #70e3ce

#e37085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e37085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e37085 Color CSS Codes

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

#e37085 Text Font Color

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

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


#e37085 Background Color

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

This div background color is #e37085


#e37085 Border Color

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

This div border color is #e37085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e37085


Comments

No comments written yet.

Please login to write comment.