Color Hex Logo

#d090df Color Hex

#D090DF
(208,144,223)
0 Favorites   0 Comments

Color spaces of #d090df

RGB 208144223
HSL0.800.550.72
HSV289°35°87°
CMYK 0.070.350.00   0.13
XYZ49.305038.684174.6802
Yxy38.68410.30310.2378
Hunter Lab62.196532.6582-27.6527
CIE-Lab68.521837.4303-30.6510

#d090df color RGB value is (208,144,223).

#d090df hex color red value is 208, green value is 144 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d090df hue: 0.80 , saturation: 0.55 and the lightness value of d090df is 0.72.

The process color (four color CMYK) of #d090df color hex is 0.07, 0.35, 0.00, 0.13. Web safe color of #d090df is #cc99cc. Color #d090df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010000 11011111
Octal 320 220 337
Decimal 208 144 223
Hex D0 90 DF

RGB Percentages of Color #d090df

%36.17
%25.04
%38.78

CMYK Percentages of Color #d090df

%7
%35
%0
%13

Triadic Colors of #d090df

#d090df #dfd090 #90dfd0

Analogous Colors of #d090df

#d090df #df90c7 #a990df

Monochromatic Colors of #d090df

#d090df

Complementary Color

#d090df #9fdf90

#d090df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d090df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d090df Color CSS Codes

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

#d090df Text Font Color

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

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


#d090df Background Color

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

This div background color is #d090df


#d090df Border Color

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

This div border color is #d090df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,144,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 #d090df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d090df


Comments

No comments written yet.

Please login to write comment.