Color Hex Logo

#d084df Color Hex

#D084DF
(208,132,223)
0 Favorites   0 Comments

Color spaces of #d084df

RGB 208132223
HSL0.810.590.70
HSV290°41°87°
CMYK 0.070.410.00   0.13
XYZ47.583035.240174.1062
Yxy35.24010.30320.2246
Hunter Lab59.363439.1916-32.4602
CIE-Lab65.935243.8470-34.6577

#d084df color RGB value is (208,132,223).

#d084df hex color red value is 208, green value is 132 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d084df hue: 0.81 , saturation: 0.59 and the lightness value of d084df is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000100 11011111
Octal 320 204 337
Decimal 208 132 223
Hex D0 84 DF

RGB Percentages of Color #d084df

%36.94
%23.45
%39.61

CMYK Percentages of Color #d084df

%7
%41
%0
%13

Triadic Colors of #d084df

#d084df #dfd084 #84dfd0

Analogous Colors of #d084df

#d084df #df84c1 #a384df

Monochromatic Colors of #d084df

#d084df

Complementary Color

#d084df #93df84

#d084df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d084df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d084df Color CSS Codes

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

#d084df Text Font Color

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

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


#d084df Background Color

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

This div background color is #d084df


#d084df Border Color

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

This div border color is #d084df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d084df


Comments

No comments written yet.

Please login to write comment.