color codes Logo

#d676dd color codes

#D676DD
(214,118,221)
0 Favorites   0 Comments

Color spaces of #d676dd

RGB 214118221
HSL0.820.600.66
HSV296°47°87°
CMYK 0.030.470.00   0.13
XYZ47.261132.473572.1837
Yxy32.47350.31110.2138
Hunter Lab56.985548.3148-35.2129
CIE-Lab63.732352.4448-36.9211

#d676dd color RGB value is (214,118,221).

#d676dd hex color red value is 214, green value is 118 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d676dd hue: 0.82 , saturation: 0.60 and the lightness value of d676dd is 0.66.

The process color (four color CMYK) of #d676dd color code is 0.03, 0.47, 0.00, 0.13. Web safe color of #d676dd is #cc66cc. Color #d676dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110110 11011101
Octal 326 166 335
Decimal 214 118 221
Hex D6 76 DD

RGB Percentages of Color #d676dd

%38.70
%21.34
%39.96

CMYK Percentages of Color #d676dd

%3
%47
%0
%13

Triadic Colors of #d676dd

#d676dd #ddd676 #76ddd6

Analogous Colors of #d676dd

#d676dd #dd76b1 #a376dd

Monochromatic Colors of #d676dd

#d676dd

Complementary Color

#d676dd #7ddd76

#d676dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d676dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d676dd Color CSS Codes

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

#d676dd Text Font Color

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

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


#d676dd Background Color

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

This div background color is #d676dd


#d676dd Border Color

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

This div border color is #d676dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d676dd


Comments

No comments written yet.

Please login to write comment.