Color Hex Logo

#d099de Color Hex

#D099DE
(208,153,222)
0 Favorites   0 Comments

Color spaces of #d099de

RGB 208153222
HSL0.800.510.74
HSV288°31°87°
CMYK 0.060.310.00   0.13
XYZ50.588541.466374.4447
Yxy41.46630.30380.2490
Hunter Lab64.394327.5404-23.4677
CIE-Lab70.501432.3539-27.0524

#d099de color RGB value is (208,153,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011001 11011110
Octal 320 231 336
Decimal 208 153 222
Hex D0 99 DE

RGB Percentages of Color #d099de

%35.68
%26.24
%38.08

CMYK Percentages of Color #d099de

%6
%31
%0
%13

Triadic Colors of #d099de

#d099de #ded099 #99ded0

Analogous Colors of #d099de

#d099de #de99ca #ae99de

Monochromatic Colors of #d099de

#d099de

Complementary Color

#d099de #a7de99

#d099de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d099de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d099de Color CSS Codes

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

#d099de Text Font Color

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

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


#d099de Background Color

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

This div background color is #d099de


#d099de Border Color

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

This div border color is #d099de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d099de


Comments

No comments written yet.

Please login to write comment.