Color Hex Logo

#d960fb Color Hex

#D960FB
(217,96,251)
0 Favorites   0 Comments

Color spaces of #d960fb

RGB 21796251
HSL0.800.950.68
HSV287°62°98°
CMYK 0.140.620.00   0.02
XYZ50.210730.082594.4269
Yxy30.08250.28740.1722
Hunter Lab54.847567.4264-63.6819
CIE-Lab61.725369.1705-56.7162

#d960fb color RGB value is (217,96,251).

#d960fb hex color red value is 217, green value is 96 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d960fb hue: 0.80 , saturation: 0.95 and the lightness value of d960fb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100000 11111011
Octal 331 140 373
Decimal 217 96 251
Hex D9 60 FB

RGB Percentages of Color #d960fb

%38.48
%17.02
%44.50

CMYK Percentages of Color #d960fb

%14
%62
%0
%2

Triadic Colors of #d960fb

#d960fb #fbd960 #60fbd9

Analogous Colors of #d960fb

#d960fb #fb60d0 #8c60fb

Monochromatic Colors of #d960fb

#d960fb

Complementary Color

#d960fb #82fb60

#d960fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d960fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d960fb Color CSS Codes

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

#d960fb Text Font Color

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

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


#d960fb Background Color

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

This div background color is #d960fb


#d960fb Border Color

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

This div border color is #d960fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,96,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 #d960fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d960fb


Comments

No comments written yet.

Please login to write comment.