Color Hex Logo

#d965fb Color Hex

#D965FB
(217,101,251)
0 Favorites   0 Comments

Color spaces of #d965fb

RGB 217101251
HSL0.800.950.69
HSV286°60°98°
CMYK 0.140.600.00   0.02
XYZ50.681531.024194.5838
Yxy31.02410.28750.1760
Hunter Lab55.699364.9457-61.6918
CIE-Lab62.528066.9702-55.4379

#d965fb color RGB value is (217,101,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100101 11111011
Octal 331 145 373
Decimal 217 101 251
Hex D9 65 FB

RGB Percentages of Color #d965fb

%38.14
%17.75
%44.11

CMYK Percentages of Color #d965fb

%14
%60
%0
%2

Triadic Colors of #d965fb

#d965fb #fbd965 #65fbd9

Analogous Colors of #d965fb

#d965fb #fb65d2 #8e65fb

Monochromatic Colors of #d965fb

#d965fb

Complementary Color

#d965fb #87fb65

#d965fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d965fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d965fb Color CSS Codes

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

#d965fb Text Font Color

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

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


#d965fb Background Color

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

This div background color is #d965fb


#d965fb Border Color

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

This div border color is #d965fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d965fb


Comments

No comments written yet.

Please login to write comment.