Color Hex Logo

#d676ff Color Hex

#D676FF
(214,118,255)
0 Favorites   0 Comments

Color spaces of #d676ff

RGB 214118255
HSL0.781.000.73
HSV282°54°100°
CMYK 0.160.540.00   0.00
XYZ52.260034.473098.5073
Yxy34.47300.28210.1861
Hunter Lab58.713756.1306-58.3746
CIE-Lab65.336359.0318-53.1990

#d676ff color RGB value is (214,118,255).

#d676ff hex color red value is 214, green value is 118 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d676ff hue: 0.78 , saturation: 1.00 and the lightness value of d676ff is 0.73.

The process color (four color CMYK) of #d676ff color hex is 0.16, 0.54, 0.00, 0.00. Web safe color of #d676ff is #cc66ff. Color #d676ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110110 11111111
Octal 326 166 377
Decimal 214 118 255
Hex D6 76 FF

RGB Percentages of Color #d676ff

%36.46
%20.10
%43.44

CMYK Percentages of Color #d676ff

%16
%54
%0
%0

Triadic Colors of #d676ff

#d676ff #ffd676 #76ffd6

Analogous Colors of #d676ff

#d676ff #ff76e4 #9276ff

Monochromatic Colors of #d676ff

#d676ff

Complementary Color

#d676ff #9fff76

#d676ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d676ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d676ff Color CSS Codes

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

#d676ff Text Font Color

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

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


#d676ff Background Color

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

This div background color is #d676ff


#d676ff Border Color

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

This div border color is #d676ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d676ff

Related Colors

#d676ff Color Palettes


Comments

No comments written yet.

Please login to write comment.