Color Hex Logo

#e08fbe Color Hex

#E08FBE
(224,143,190)
0 Favorites   0 Comments

Color spaces of #e08fbe

RGB 224143190
HSL0.900.570.72
HSV325°36°88°
CMYK 0.000.360.15   0.12
XYZ49.857239.209953.6557
Yxy39.20990.34930.2747
Hunter Lab62.617832.5431-6.9717
CIE-Lab68.903037.2813-11.5881

#e08fbe color RGB value is (224,143,190).

#e08fbe hex color red value is 224, green value is 143 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e08fbe hue: 0.90 , saturation: 0.57 and the lightness value of e08fbe is 0.72.

The process color (four color CMYK) of #e08fbe color hex is 0.00, 0.36, 0.15, 0.12. Web safe color of #e08fbe is #cc99cc. Color #e08fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001111 10111110
Octal 340 217 276
Decimal 224 143 190
Hex E0 8F BE

RGB Percentages of Color #e08fbe

%40.22
%25.67
%34.11

CMYK Percentages of Color #e08fbe

%0
%36
%15
%12

Triadic Colors of #e08fbe

#e08fbe #bee08f #8fbee0

Analogous Colors of #e08fbe

#e08fbe #e08f96 #da8fe0

Monochromatic Colors of #e08fbe

#e08fbe

Complementary Color

#e08fbe #8fe0b1

#e08fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08fbe Color CSS Codes

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

#e08fbe Text Font Color

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

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


#e08fbe Background Color

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

This div background color is #e08fbe


#e08fbe Border Color

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

This div border color is #e08fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08fbe


Comments

No comments written yet.

Please login to write comment.