Color Hex Logo

#d676ed Color Hex

#D676ED
(214,118,237)
0 Favorites   0 Comments

Color spaces of #d676ed

RGB 214118237
HSL0.800.770.70
HSV288°50°93°
CMYK 0.100.500.00   0.07
XYZ49.496133.367483.9526
Yxy33.36740.29670.2000
Hunter Lab57.764551.8616-45.7345
CIE-Lab64.457355.4681-44.6757

#d676ed color RGB value is (214,118,237).

#d676ed hex color red value is 214, green value is 118 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d676ed hue: 0.80 , saturation: 0.77 and the lightness value of d676ed is 0.70.

The process color (four color CMYK) of #d676ed color hex is 0.10, 0.50, 0.00, 0.07. Web safe color of #d676ed is #cc66ff. Color #d676ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110110 11101101
Octal 326 166 355
Decimal 214 118 237
Hex D6 76 ED

RGB Percentages of Color #d676ed

%37.61
%20.74
%41.65

CMYK Percentages of Color #d676ed

%10
%50
%0
%7

Triadic Colors of #d676ed

#d676ed #edd676 #76edd6

Analogous Colors of #d676ed

#d676ed #ed76c9 #9b76ed

Monochromatic Colors of #d676ed

#d676ed

Complementary Color

#d676ed #8ded76

#d676ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d676ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d676ed Color CSS Codes

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

#d676ed Text Font Color

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

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


#d676ed Background Color

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

This div background color is #d676ed


#d676ed Border Color

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

This div border color is #d676ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d676ed


Comments

No comments written yet.

Please login to write comment.