Color Hex Logo

#9f87fc Color Hex

#9F87FC
(159,135,252)
0 Favorites   0 Comments

Color spaces of #9f87fc

RGB 159135252
HSL0.700.950.76
HSV252°46°99°
CMYK 0.370.460.00   0.01
XYZ40.532731.727196.0831
Yxy31.72710.24080.1885
Hunter Lab56.326829.8764-61.7090
CIE-Lab63.116735.3302-55.4259

#9f87fc color RGB value is (159,135,252).

#9f87fc hex color red value is 159, green value is 135 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9f87fc hue: 0.70 , saturation: 0.95 and the lightness value of 9f87fc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10000111 11111100
Octal 237 207 374
Decimal 159 135 252
Hex 9F 87 FC

RGB Percentages of Color #9f87fc

%29.12
%24.73
%46.15

CMYK Percentages of Color #9f87fc

%37
%46
%0
%1

Triadic Colors of #9f87fc

#9f87fc #fc9f87 #87fc9f

Analogous Colors of #9f87fc

#9f87fc #da87fc #87aafc

Monochromatic Colors of #9f87fc

#9f87fc

Complementary Color

#9f87fc #e4fc87

#9f87fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f87fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f87fc Color CSS Codes

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

#9f87fc Text Font Color

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

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


#9f87fc Background Color

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

This div background color is #9f87fc


#9f87fc Border Color

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

This div border color is #9f87fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f87fc


Comments

No comments written yet.

Please login to write comment.