Color Hex Logo

#d95bfe Color Hex

#D95BFE
(217,91,254)
0 Favorites   0 Comments

Color spaces of #d95bfe

RGB 21791254
HSL0.800.990.68
HSV286°64°100°
CMYK 0.150.640.00   0.00
XYZ50.245729.389696.7905
Yxy29.38960.28480.1666
Hunter Lab54.212270.5686-67.9079
CIE-Lab61.123971.8566-59.3313

#d95bfe color RGB value is (217,91,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011011 11111110
Octal 331 133 376
Decimal 217 91 254
Hex D9 5B FE

RGB Percentages of Color #d95bfe

%38.61
%16.19
%45.20

CMYK Percentages of Color #d95bfe

%15
%64
%0
%0

Triadic Colors of #d95bfe

#d95bfe #fed95b #5bfed9

Analogous Colors of #d95bfe

#d95bfe #fe5bd2 #885bfe

Monochromatic Colors of #d95bfe

#d95bfe

Complementary Color

#d95bfe #80fe5b

#d95bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95bfe Color CSS Codes

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

#d95bfe Text Font Color

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

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


#d95bfe Background Color

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

This div background color is #d95bfe


#d95bfe Border Color

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

This div border color is #d95bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.