Color Hex Logo

#d099dc Color Hex

#D099DC
(208,153,220)
0 Favorites   0 Comments

Color spaces of #d099dc

RGB 208153220
HSL0.800.490.73
HSV289°30°86°
CMYK 0.050.300.00   0.14
XYZ50.321941.359773.0411
Yxy41.35970.30550.2511
Hunter Lab64.311527.1260-22.3199
CIE-Lab70.427231.9606-26.0659

#d099dc color RGB value is (208,153,220).

#d099dc hex color red value is 208, green value is 153 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d099dc hue: 0.80 , saturation: 0.49 and the lightness value of d099dc is 0.73.

The process color (four color CMYK) of #d099dc color hex is 0.05, 0.30, 0.00, 0.14. Web safe color of #d099dc is #cc99cc. Color #d099dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011001 11011100
Octal 320 231 334
Decimal 208 153 220
Hex D0 99 DC

RGB Percentages of Color #d099dc

%35.80
%26.33
%37.87

CMYK Percentages of Color #d099dc

%5
%30
%0
%14

Triadic Colors of #d099dc

#d099dc #dcd099 #99dcd0

Analogous Colors of #d099dc

#d099dc #dc99c7 #af99dc

Monochromatic Colors of #d099dc

#d099dc

Complementary Color

#d099dc #a5dc99

#d099dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d099dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d099dc Color CSS Codes

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

#d099dc Text Font Color

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

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


#d099dc Background Color

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

This div background color is #d099dc


#d099dc Border Color

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

This div border color is #d099dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,153,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d099dc


Comments

No comments written yet.

Please login to write comment.