Color Hex Logo

#e08793 Color Hex

#E08793
(224,135,147)
0 Favorites   0 Comments

Color spaces of #e08793

RGB 224135147
HSL0.980.590.70
HSV352°40°88°
CMYK 0.000.400.34   0.12
XYZ44.670935.281832.0594
Yxy35.28180.39880.3150
Hunter Lab59.398530.29449.5781
CIE-Lab65.967535.43758.2691

#e08793 color RGB value is (224,135,147).

#e08793 hex color red value is 224, green value is 135 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #e08793 hue: 0.98 , saturation: 0.59 and the lightness value of e08793 is 0.70.

The process color (four color CMYK) of #e08793 color hex is 0.00, 0.40, 0.34, 0.12. Web safe color of #e08793 is #cc9999. Color #e08793 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000111 10010011
Octal 340 207 223
Decimal 224 135 147
Hex E0 87 93

RGB Percentages of Color #e08793

%44.27
%26.68
%29.05

CMYK Percentages of Color #e08793

%0
%40
%34
%12

Triadic Colors of #e08793

#e08793 #93e087 #8793e0

Analogous Colors of #e08793

#e08793 #e0a887 #e087c0

Monochromatic Colors of #e08793

#e08793

Complementary Color

#e08793 #87e0d4

#e08793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08793 Color CSS Codes

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

#e08793 Text Font Color

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

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


#e08793 Background Color

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

This div background color is #e08793


#e08793 Border Color

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

This div border color is #e08793


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,135,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e08793; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e08793;
  -webkit-box-shadow: 1px 1px 3px 2px #e08793;
  box-shadow:         1px 1px 3px 2px #e08793; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,135,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08793


Comments

No comments written yet.

Please login to write comment.