Color Hex Logo

#d96cfe Color Hex

#D96CFE
(217,108,254)
0 Favorites   0 Comments

Color spaces of #d96cfe

RGB 217108254
HSL0.790.990.71
HSV285°57°100°
CMYK 0.150.570.00   0.00
XYZ51.867232.632697.3309
Yxy32.63260.28520.1795
Hunter Lab57.125062.1023-61.0323
CIE-Lab63.862364.3563-54.9672

#d96cfe color RGB value is (217,108,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101100 11111110
Octal 331 154 376
Decimal 217 108 254
Hex D9 6C FE

RGB Percentages of Color #d96cfe

%37.48
%18.65
%43.87

CMYK Percentages of Color #d96cfe

%15
%57
%0
%0

Triadic Colors of #d96cfe

#d96cfe #fed96c #6cfed9

Analogous Colors of #d96cfe

#d96cfe #fe6cda #906cfe

Monochromatic Colors of #d96cfe

#d96cfe

Complementary Color

#d96cfe #91fe6c

#d96cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96cfe Color CSS Codes

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

#d96cfe Text Font Color

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

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


#d96cfe Background Color

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

This div background color is #d96cfe


#d96cfe Border Color

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

This div border color is #d96cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.