Color Hex Logo

#d958fa Color Hex

#D958FA
(217,88,250)
0 Favorites   0 Comments

Color spaces of #d958fa

RGB 21788250
HSL0.800.940.66
HSV288°65°98°
CMYK 0.130.650.00   0.02
XYZ49.360328.633393.3677
Yxy28.63330.28800.1671
Hunter Lab53.510171.0144-65.9958
CIE-Lab60.456672.3442-58.1878

#d958fa color RGB value is (217,88,250).

#d958fa hex color red value is 217, green value is 88 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d958fa hue: 0.80 , saturation: 0.94 and the lightness value of d958fa is 0.66.

The process color (four color CMYK) of #d958fa color hex is 0.13, 0.65, 0.00, 0.02. Web safe color of #d958fa is #cc66ff. Color #d958fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011000 11111010
Octal 331 130 372
Decimal 217 88 250
Hex D9 58 FA

RGB Percentages of Color #d958fa

%39.10
%15.86
%45.05

CMYK Percentages of Color #d958fa

%13
%65
%0
%2

Triadic Colors of #d958fa

#d958fa #fad958 #58fad9

Analogous Colors of #d958fa

#d958fa #fa58ca #8858fa

Monochromatic Colors of #d958fa

#d958fa

Complementary Color

#d958fa #79fa58

#d958fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d958fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d958fa Color CSS Codes

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

#d958fa Text Font Color

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

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


#d958fa Background Color

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

This div background color is #d958fa


#d958fa Border Color

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

This div border color is #d958fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,88,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d958fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d958fa


Comments

No comments written yet.

Please login to write comment.