Color Hex Logo

#d098dd Color Hex

#D098DD
(208,152,221)
0 Favorites   0 Comments

Color spaces of #d098dd

RGB 208152221
HSL0.800.500.73
HSV289°31°87°
CMYK 0.060.310.00   0.13
XYZ50.291841.086873.6865
Yxy41.08680.30470.2489
Hunter Lab64.099027.8771-23.2889
CIE-Lab70.236732.7011-26.9085

#d098dd color RGB value is (208,152,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011000 11011101
Octal 320 230 335
Decimal 208 152 221
Hex D0 98 DD

RGB Percentages of Color #d098dd

%35.80
%26.16
%38.04

CMYK Percentages of Color #d098dd

%6
%31
%0
%13

Triadic Colors of #d098dd

#d098dd #ddd098 #98ddd0

Analogous Colors of #d098dd

#d098dd #dd98c8 #ae98dd

Monochromatic Colors of #d098dd

#d098dd

Complementary Color

#d098dd #a5dd98

#d098dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d098dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d098dd Color CSS Codes

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

#d098dd Text Font Color

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

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


#d098dd Background Color

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

This div background color is #d098dd


#d098dd Border Color

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

This div border color is #d098dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d098dd


Comments

No comments written yet.

Please login to write comment.