Color Hex Logo

#d976fb Color Hex

#D976FB
(217,118,251)
0 Favorites   0 Comments

Color spaces of #d976fb

RGB 217118251
HSL0.790.940.72
HSV285°53°98°
CMYK 0.140.530.00   0.02
XYZ52.506334.673695.1921
Yxy34.67360.28790.1901
Hunter Lab58.884356.1184-54.6290
CIE-Lab65.493758.9956-50.7327

#d976fb color RGB value is (217,118,251).

#d976fb hex color red value is 217, green value is 118 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d976fb hue: 0.79 , saturation: 0.94 and the lightness value of d976fb is 0.72.

The process color (four color CMYK) of #d976fb color hex is 0.14, 0.53, 0.00, 0.02. Web safe color of #d976fb is #cc66ff. Color #d976fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110110 11111011
Octal 331 166 373
Decimal 217 118 251
Hex D9 76 FB

RGB Percentages of Color #d976fb

%37.03
%20.14
%42.83

CMYK Percentages of Color #d976fb

%14
%53
%0
%2

Triadic Colors of #d976fb

#d976fb #fbd976 #76fbd9

Analogous Colors of #d976fb

#d976fb #fb76db #9776fb

Monochromatic Colors of #d976fb

#d976fb

Complementary Color

#d976fb #98fb76

#d976fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d976fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d976fb Color CSS Codes

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

#d976fb Text Font Color

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

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


#d976fb Background Color

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

This div background color is #d976fb


#d976fb Border Color

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

This div border color is #d976fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d976fb


Comments

No comments written yet.

Please login to write comment.