Color Hex Logo

#db9aec Color Hex

#DB9AEC
(219,154,236)
0 Favorites   0 Comments

Color spaces of #db9aec

RGB 219154236
HSL0.800.680.76
HSV288°35°93°
CMYK 0.070.350.00   0.07
XYZ55.909344.227484.9469
Yxy44.22740.30210.2390
Hunter Lab66.503733.6826-29.1801
CIE-Lab72.380237.9908-31.7367

#db9aec color RGB value is (219,154,236).

#db9aec hex color red value is 219, green value is 154 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #db9aec hue: 0.80 , saturation: 0.68 and the lightness value of db9aec is 0.76.

The process color (four color CMYK) of #db9aec color hex is 0.07, 0.35, 0.00, 0.07. Web safe color of #db9aec is #cc99ff. Color #db9aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011010 11101100
Octal 333 232 354
Decimal 219 154 236
Hex DB 9A EC

RGB Percentages of Color #db9aec

%35.96
%25.29
%38.75

CMYK Percentages of Color #db9aec

%7
%35
%0
%7

Triadic Colors of #db9aec

#db9aec #ecdb9a #9aecdb

Analogous Colors of #db9aec

#db9aec #ec9ad4 #b29aec

Monochromatic Colors of #db9aec

#db9aec

Complementary Color

#db9aec #abec9a

#db9aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9aec Color CSS Codes

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

#db9aec Text Font Color

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

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


#db9aec Background Color

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

This div background color is #db9aec


#db9aec Border Color

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

This div border color is #db9aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9aec


Comments

No comments written yet.

Please login to write comment.