Color Hex Logo

#9f5dfe Color Hex

#9F5DFE
(159,93,254)
0 Favorites   0 Comments

Color spaces of #9f5dfe

RGB 15993254
HSL0.730.990.68
HSV265°63°100°
CMYK 0.370.630.00   0.00
XYZ36.101822.355496.1782
Yxy22.35540.23350.1446
Hunter Lab47.281553.5511-87.5084
CIE-Lab54.402158.6469-70.5144

#9f5dfe color RGB value is (159,93,254).

#9f5dfe hex color red value is 159, green value is 93 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9f5dfe hue: 0.73 , saturation: 0.99 and the lightness value of 9f5dfe is 0.68.

The process color (four color CMYK) of #9f5dfe color hex is 0.37, 0.63, 0.00, 0.00. Web safe color of #9f5dfe is #9966ff. Color #9f5dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01011101 11111110
Octal 237 135 376
Decimal 159 93 254
Hex 9F 5D FE

RGB Percentages of Color #9f5dfe

%31.42
%18.38
%50.20

CMYK Percentages of Color #9f5dfe

%37
%63
%0
%0

Triadic Colors of #9f5dfe

#9f5dfe #fe9f5d #5dfe9f

Analogous Colors of #9f5dfe

#9f5dfe #f05dfe #5d6cfe

Monochromatic Colors of #9f5dfe

#9f5dfe

Complementary Color

#9f5dfe #bcfe5d

#9f5dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f5dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f5dfe Color CSS Codes

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

#9f5dfe Text Font Color

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

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


#9f5dfe Background Color

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

This div background color is #9f5dfe


#9f5dfe Border Color

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

This div border color is #9f5dfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,93,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f5dfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f5dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #9f5dfe;
  box-shadow:         1px 1px 3px 2px #9f5dfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,93,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 #9f5dfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f5dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.