Color Hex Logo

#d676de Color Hex

#D676DE
(214,118,222)
0 Favorites   0 Comments

Color spaces of #d676de

RGB 214118222
HSL0.820.610.67
HSV295°47°87°
CMYK 0.040.470.00   0.13
XYZ47.394832.526972.8876
Yxy32.52690.31020.2129
Hunter Lab57.032448.5297-35.8502
CIE-Lab63.776052.6297-37.4108

#d676de color RGB value is (214,118,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110110 11011110
Octal 326 166 336
Decimal 214 118 222
Hex D6 76 DE

RGB Percentages of Color #d676de

%38.63
%21.30
%40.07

CMYK Percentages of Color #d676de

%4
%47
%0
%13

Triadic Colors of #d676de

#d676de #ded676 #76ded6

Analogous Colors of #d676de

#d676de #de76b2 #a276de

Monochromatic Colors of #d676de

#d676de

Complementary Color

#d676de #7ede76

#d676de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d676de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d676de Color CSS Codes

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

#d676de Text Font Color

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

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


#d676de Background Color

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

This div background color is #d676de


#d676de Border Color

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

This div border color is #d676de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,118,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d676de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d676de


Comments

No comments written yet.

Please login to write comment.