Color Hex Logo

#db66ba Color Hex

#DB66BA
(219,102,186)
0 Favorites   0 Comments

Color spaces of #db66ba

RGB 219102186
HSL0.880.620.63
HSV317°53°86°
CMYK 0.000.530.15   0.14
XYZ42.827728.108049.6225
Yxy28.10800.35520.2331
Hunter Lab53.017051.4146-18.3820
CIE-Lab59.986255.7968-22.9003

#db66ba color RGB value is (219,102,186).

#db66ba hex color red value is 219, green value is 102 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #db66ba hue: 0.88 , saturation: 0.62 and the lightness value of db66ba is 0.63.

The process color (four color CMYK) of #db66ba color hex is 0.00, 0.53, 0.15, 0.14. Web safe color of #db66ba is #cc66cc. Color #db66ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100110 10111010
Octal 333 146 272
Decimal 219 102 186
Hex DB 66 BA

RGB Percentages of Color #db66ba

%43.20
%20.12
%36.69

CMYK Percentages of Color #db66ba

%0
%53
%15
%14

Triadic Colors of #db66ba

#db66ba #badb66 #66badb

Analogous Colors of #db66ba

#db66ba #db6680 #c266db

Monochromatic Colors of #db66ba

#db66ba

Complementary Color

#db66ba #66db87

#db66ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db66ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db66ba Color CSS Codes

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

#db66ba Text Font Color

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

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


#db66ba Background Color

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

This div background color is #db66ba


#db66ba Border Color

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

This div border color is #db66ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db66ba


Comments

No comments written yet.

Please login to write comment.