Color Hex Logo

#d091dd Color Hex

#D091DD
(208,145,221)
0 Favorites   0 Comments

Color spaces of #d091dd

RGB 208145221
HSL0.800.530.72
HSV290°34°87°
CMYK 0.060.340.00   0.13
XYZ49.189038.881273.3189
Yxy38.88120.30480.2409
Hunter Lab62.354831.6901-26.0669
CIE-Lab68.665136.4972-29.3257

#d091dd color RGB value is (208,145,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010001 11011101
Octal 320 221 335
Decimal 208 145 221
Hex D0 91 DD

RGB Percentages of Color #d091dd

%36.24
%25.26
%38.50

CMYK Percentages of Color #d091dd

%6
%34
%0
%13

Triadic Colors of #d091dd

#d091dd #ddd091 #91ddd0

Analogous Colors of #d091dd

#d091dd #dd91c4 #aa91dd

Monochromatic Colors of #d091dd

#d091dd

Complementary Color

#d091dd #9edd91

#d091dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d091dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d091dd Color CSS Codes

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

#d091dd Text Font Color

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

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


#d091dd Background Color

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

This div background color is #d091dd


#d091dd Border Color

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

This div border color is #d091dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d091dd


Comments

No comments written yet.

Please login to write comment.