Color Hex Logo

#d099d0 Color Hex

#D099D0
(208,153,208)
0 Favorites   0 Comments

Color spaces of #d099d0

RGB 208153208
HSL0.830.370.71
HSV300°26°82°
CMYK 0.000.260.00   0.18
XYZ48.788840.746464.9679
Yxy40.74640.31580.2637
Hunter Lab63.832924.7236-15.6612
CIE-Lab69.997929.6610-20.1023

#d099d0 color RGB value is (208,153,208).

#d099d0 hex color red value is 208, green value is 153 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #d099d0 hue: 0.83 , saturation: 0.37 and the lightness value of d099d0 is 0.71.

The process color (four color CMYK) of #d099d0 color hex is 0.00, 0.26, 0.00, 0.18. Web safe color of #d099d0 is #cc99cc. Color #d099d0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011001 11010000
Octal 320 231 320
Decimal 208 153 208
Hex D0 99 D0

RGB Percentages of Color #d099d0

%36.56
%26.89
%36.56

CMYK Percentages of Color #d099d0

%0
%26
%0
%18

Triadic Colors of #d099d0

#d099d0 #d0d099 #99d0d0

Analogous Colors of #d099d0

#d099d0 #d099b5 #b599d0

Monochromatic Colors of #d099d0

#d099d0

Complementary Color

#d099d0 #99d099

#d099d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d099d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d099d0 Color CSS Codes

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

#d099d0 Text Font Color

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

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


#d099d0 Background Color

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

This div background color is #d099d0


#d099d0 Border Color

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

This div border color is #d099d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d099d0

#d099d0 Color Palettes


Comments

No comments written yet.

Please login to write comment.