Color Hex Logo

#e06dbe Color Hex

#E06DBE
(224,109,190)
0 Favorites   0 Comments

Color spaces of #e06dbe

RGB 224109190
HSL0.880.650.65
HSV318°51°88°
CMYK 0.000.510.15   0.12
XYZ45.503430.502352.2044
Yxy30.50230.35490.2379
Hunter Lab55.228950.4166-17.3829
CIE-Lab62.085254.5714-21.9056

#e06dbe color RGB value is (224,109,190).

#e06dbe hex color red value is 224, green value is 109 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e06dbe hue: 0.88 , saturation: 0.65 and the lightness value of e06dbe is 0.65.

The process color (four color CMYK) of #e06dbe color hex is 0.00, 0.51, 0.15, 0.12. Web safe color of #e06dbe is #cc66cc. Color #e06dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101101 10111110
Octal 340 155 276
Decimal 224 109 190
Hex E0 6D BE

RGB Percentages of Color #e06dbe

%42.83
%20.84
%36.33

CMYK Percentages of Color #e06dbe

%0
%51
%15
%12

Triadic Colors of #e06dbe

#e06dbe #bee06d #6dbee0

Analogous Colors of #e06dbe

#e06dbe #e06d85 #c96de0

Monochromatic Colors of #e06dbe

#e06dbe

Complementary Color

#e06dbe #6de08f

#e06dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06dbe Color CSS Codes

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

#e06dbe Text Font Color

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

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


#e06dbe Background Color

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

This div background color is #e06dbe


#e06dbe Border Color

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

This div border color is #e06dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06dbe


Comments

No comments written yet.

Please login to write comment.