Color Hex Logo

#e094bd Color Hex

#E094BD
(224,148,189)
0 Favorites   0 Comments

Color spaces of #e094bd

RGB 224148189
HSL0.910.550.73
HSV328°34°88°
CMYK 0.000.340.16   0.12
XYZ50.515740.701253.3378
Yxy40.70120.34950.2816
Hunter Lab63.797529.6931-4.9111
CIE-Lab69.966134.4668-9.4427

#e094bd color RGB value is (224,148,189).

#e094bd hex color red value is 224, green value is 148 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e094bd hue: 0.91 , saturation: 0.55 and the lightness value of e094bd is 0.73.

The process color (four color CMYK) of #e094bd color hex is 0.00, 0.34, 0.16, 0.12. Web safe color of #e094bd is #cc99cc. Color #e094bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010100 10111101
Octal 340 224 275
Decimal 224 148 189
Hex E0 94 BD

RGB Percentages of Color #e094bd

%39.93
%26.38
%33.69

CMYK Percentages of Color #e094bd

%0
%34
%16
%12

Triadic Colors of #e094bd

#e094bd #bde094 #94bde0

Analogous Colors of #e094bd

#e094bd #e09497 #dd94e0

Monochromatic Colors of #e094bd

#e094bd

Complementary Color

#e094bd #94e0b7

#e094bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e094bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e094bd Color CSS Codes

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

#e094bd Text Font Color

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

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


#e094bd Background Color

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

This div background color is #e094bd


#e094bd Border Color

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

This div border color is #e094bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e094bd


Comments

No comments written yet.

Please login to write comment.