Color Hex Logo

#db99ca Color Hex

#DB99CA
(219,153,202)
0 Favorites   0 Comments

Color spaces of #db99ca

RGB 219153202
HSL0.880.480.73
HSV315°30°86°
CMYK 0.000.300.08   0.14
XYZ51.265342.106861.3026
Yxy42.10680.33140.2722
Hunter Lab64.889827.4645-10.5896
CIE-Lab70.944532.2430-15.2423

#db99ca color RGB value is (219,153,202).

#db99ca hex color red value is 219, green value is 153 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #db99ca hue: 0.88 , saturation: 0.48 and the lightness value of db99ca is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011001 11001010
Octal 333 231 312
Decimal 219 153 202
Hex DB 99 CA

RGB Percentages of Color #db99ca

%38.15
%26.66
%35.19

CMYK Percentages of Color #db99ca

%0
%30
%8
%14

Triadic Colors of #db99ca

#db99ca #cadb99 #99cadb

Analogous Colors of #db99ca

#db99ca #db99a9 #cb99db

Monochromatic Colors of #db99ca

#db99ca

Complementary Color

#db99ca #99dbaa

#db99ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db99ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db99ca Color CSS Codes

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

#db99ca Text Font Color

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

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


#db99ca Background Color

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

This div background color is #db99ca


#db99ca Border Color

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

This div border color is #db99ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db99ca


Comments

No comments written yet.

Please login to write comment.