Color Hex Logo

#db8eca Color Hex

#DB8ECA
(219,142,202)
0 Favorites   0 Comments

Color spaces of #db8eca

RGB 219142202
HSL0.870.520.71
HSV313°35°86°
CMYK 0.000.350.08   0.14
XYZ49.547138.670360.7298
Yxy38.67030.33260.2596
Hunter Lab62.185433.3978-14.3723
CIE-Lab68.511838.1301-18.9207

#db8eca color RGB value is (219,142,202).

#db8eca hex color red value is 219, green value is 142 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #db8eca hue: 0.87 , saturation: 0.52 and the lightness value of db8eca is 0.71.

The process color (four color CMYK) of #db8eca color hex is 0.00, 0.35, 0.08, 0.14. Web safe color of #db8eca is #cc99cc. Color #db8eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001110 11001010
Octal 333 216 312
Decimal 219 142 202
Hex DB 8E CA

RGB Percentages of Color #db8eca

%38.90
%25.22
%35.88

CMYK Percentages of Color #db8eca

%0
%35
%8
%14

Triadic Colors of #db8eca

#db8eca #cadb8e #8ecadb

Analogous Colors of #db8eca

#db8eca #db8ea4 #c68edb

Monochromatic Colors of #db8eca

#db8eca

Complementary Color

#db8eca #8edb9f

#db8eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8eca Color CSS Codes

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

#db8eca Text Font Color

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

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


#db8eca Background Color

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

This div background color is #db8eca


#db8eca Border Color

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

This div border color is #db8eca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,142,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #db8eca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #db8eca;
  -webkit-box-shadow: 1px 1px 3px 2px #db8eca;
  box-shadow:         1px 1px 3px 2px #db8eca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,142,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8eca


Comments

No comments written yet.

Please login to write comment.