Color Hex Logo

#9f4cfd Color Hex

#9F4CFD
(159,76,253)
0 Favorites   0 Comments

Color spaces of #9f4cfd

RGB 15976253
HSL0.740.980.65
HSV268°70°99°
CMYK 0.370.700.00   0.01
XYZ34.612119.631794.8935
Yxy19.63170.23210.1316
Hunter Lab44.307761.9015-95.9657
CIE-Lab51.418266.4576-74.8007

#9f4cfd color RGB value is (159,76,253).

#9f4cfd hex color red value is 159, green value is 76 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9f4cfd hue: 0.74 , saturation: 0.98 and the lightness value of 9f4cfd is 0.65.

The process color (four color CMYK) of #9f4cfd color hex is 0.37, 0.70, 0.00, 0.01. Web safe color of #9f4cfd is #9933ff. Color #9f4cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01001100 11111101
Octal 237 114 375
Decimal 159 76 253
Hex 9F 4C FD

RGB Percentages of Color #9f4cfd

%32.58
%15.57
%51.84

CMYK Percentages of Color #9f4cfd

%37
%70
%0
%1

Triadic Colors of #9f4cfd

#9f4cfd #fd9f4c #4cfd9f

Analogous Colors of #9f4cfd

#9f4cfd #f84cfd #4c52fd

Monochromatic Colors of #9f4cfd

#9f4cfd

Complementary Color

#9f4cfd #aafd4c

#9f4cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f4cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f4cfd Color CSS Codes

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

#9f4cfd Text Font Color

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

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


#9f4cfd Background Color

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

This div background color is #9f4cfd


#9f4cfd Border Color

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

This div border color is #9f4cfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,76,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f4cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.