Color Hex Logo

#d076df Color Hex

#D076DF
(208,118,223)
0 Favorites   0 Comments

Color spaces of #d076df

RGB 208118223
HSL0.810.620.67
HSV291°47°87°
CMYK 0.070.470.00   0.13
XYZ45.810131.694573.5152
Yxy31.69450.30330.2099
Hunter Lab56.297946.7258-38.0139
CIE-Lab63.089651.1191-39.0950

#d076df color RGB value is (208,118,223).

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

The process color (four color CMYK) of #d076df color hex is 0.07, 0.47, 0.00, 0.13. Web safe color of #d076df is #cc66cc. Color #d076df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110110 11011111
Octal 320 166 337
Decimal 208 118 223
Hex D0 76 DF

RGB Percentages of Color #d076df

%37.89
%21.49
%40.62

CMYK Percentages of Color #d076df

%7
%47
%0
%13

Triadic Colors of #d076df

#d076df #dfd076 #76dfd0

Analogous Colors of #d076df

#d076df #df76ba #9c76df

Monochromatic Colors of #d076df

#d076df

Complementary Color

#d076df #85df76

#d076df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d076df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d076df Color CSS Codes

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

#d076df Text Font Color

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

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


#d076df Background Color

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

This div background color is #d076df


#d076df Border Color

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

This div border color is #d076df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d076df


Comments

No comments written yet.

Please login to write comment.