Color Hex Logo

#d199df Color Hex

#D199DF
(209,153,223)
0 Favorites   0 Comments

Color spaces of #d199df

RGB 209153223
HSL0.800.520.74
HSV288°31°87°
CMYK 0.060.310.00   0.13
XYZ51.005041.665575.1660
Yxy41.66550.30390.2483
Hunter Lab64.548828.0862-23.8580
CIE-Lab70.639732.8668-27.3812

#d199df color RGB value is (209,153,223).

#d199df hex color red value is 209, green value is 153 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d199df hue: 0.80 , saturation: 0.52 and the lightness value of d199df is 0.74.

The process color (four color CMYK) of #d199df color hex is 0.06, 0.31, 0.00, 0.13. Web safe color of #d199df is #cc99cc. Color #d199df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011001 11011111
Octal 321 231 337
Decimal 209 153 223
Hex D1 99 DF

RGB Percentages of Color #d199df

%35.73
%26.15
%38.12

CMYK Percentages of Color #d199df

%6
%31
%0
%13

Triadic Colors of #d199df

#d199df #dfd199 #99dfd1

Analogous Colors of #d199df

#d199df #df99ca #ae99df

Monochromatic Colors of #d199df

#d199df

Complementary Color

#d199df #a7df99

#d199df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d199df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d199df Color CSS Codes

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

#d199df Text Font Color

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

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


#d199df Background Color

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

This div background color is #d199df


#d199df Border Color

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

This div border color is #d199df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d199df


Comments

No comments written yet.

Please login to write comment.