Color Hex Logo

#d96cfb Color Hex

#D96CFB
(217,108,251)
0 Favorites   0 Comments

Color spaces of #d96cfb

RGB 217108251
HSL0.790.950.70
HSV286°57°98°
CMYK 0.140.570.00   0.02
XYZ51.390432.441994.8201
Yxy32.44190.28770.1816
Hunter Lab56.957861.3762-58.8322
CIE-Lab63.706463.7723-53.5649

#d96cfb color RGB value is (217,108,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101100 11111011
Octal 331 154 373
Decimal 217 108 251
Hex D9 6C FB

RGB Percentages of Color #d96cfb

%37.67
%18.75
%43.58

CMYK Percentages of Color #d96cfb

%14
%57
%0
%2

Triadic Colors of #d96cfb

#d96cfb #fbd96c #6cfbd9

Analogous Colors of #d96cfb

#d96cfb #fb6cd6 #926cfb

Monochromatic Colors of #d96cfb

#d96cfb

Complementary Color

#d96cfb #8efb6c

#d96cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96cfb Color CSS Codes

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

#d96cfb Text Font Color

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

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


#d96cfb Background Color

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

This div background color is #d96cfb


#d96cfb Border Color

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

This div border color is #d96cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.