Color Hex Logo

#d091df Color Hex

#D091DF
(208,145,223)
0 Favorites   0 Comments

Color spaces of #d091df

RGB 208145223
HSL0.800.550.72
HSV288°35°87°
CMYK 0.070.350.00   0.13
XYZ49.457138.988474.7309
Yxy38.98840.30310.2389
Hunter Lab62.440732.1124-27.2516
CIE-Lab68.742936.8902-30.3098

#d091df color RGB value is (208,145,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010001 11011111
Octal 320 221 337
Decimal 208 145 223
Hex D0 91 DF

RGB Percentages of Color #d091df

%36.11
%25.17
%38.72

CMYK Percentages of Color #d091df

%7
%35
%0
%13

Triadic Colors of #d091df

#d091df #dfd091 #91dfd0

Analogous Colors of #d091df

#d091df #df91c7 #a991df

Monochromatic Colors of #d091df

#d091df

Complementary Color

#d091df #a0df91

#d091df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d091df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d091df Color CSS Codes

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

#d091df Text Font Color

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

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


#d091df Background Color

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

This div background color is #d091df


#d091df Border Color

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

This div border color is #d091df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d091df


Comments

No comments written yet.

Please login to write comment.