Color Hex Logo

#d676fe Color Hex

#D676FE
(214,118,254)
0 Favorites   0 Comments

Color spaces of #d676fe

RGB 214118254
HSL0.780.990.73
HSV282°54°100°
CMYK 0.160.540.00   0.00
XYZ52.099434.408897.6615
Yxy34.40880.28290.1868
Hunter Lab58.659055.8857-57.6507
CIE-Lab65.285858.8295-52.7309

#d676fe color RGB value is (214,118,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110110 11111110
Octal 326 166 376
Decimal 214 118 254
Hex D6 76 FE

RGB Percentages of Color #d676fe

%36.52
%20.14
%43.34

CMYK Percentages of Color #d676fe

%16
%54
%0
%0

Triadic Colors of #d676fe

#d676fe #fed676 #76fed6

Analogous Colors of #d676fe

#d676fe #fe76e2 #9276fe

Monochromatic Colors of #d676fe

#d676fe

Complementary Color

#d676fe #9efe76

#d676fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d676fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d676fe Color CSS Codes

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

#d676fe Text Font Color

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

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


#d676fe Background Color

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

This div background color is #d676fe


#d676fe Border Color

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

This div border color is #d676fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d676fe


Comments

No comments written yet.

Please login to write comment.