Color Hex Logo

#9c87fa Color Hex

#9C87FA
(156,135,250)
0 Favorites   0 Comments

Color spaces of #9c87fa

RGB 156135250
HSL0.700.920.75
HSV251°46°98°
CMYK 0.380.460.00   0.02
XYZ39.629631.298094.3949
Yxy31.29800.23970.1893
Hunter Lab55.944628.5413-60.8783
CIE-Lab62.758434.0584-54.9135

#9c87fa color RGB value is (156,135,250).

#9c87fa hex color red value is 156, green value is 135 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9c87fa hue: 0.70 , saturation: 0.92 and the lightness value of 9c87fa is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10000111 11111010
Octal 234 207 372
Decimal 156 135 250
Hex 9C 87 FA

RGB Percentages of Color #9c87fa

%28.84
%24.95
%46.21

CMYK Percentages of Color #9c87fa

%38
%46
%0
%2

Triadic Colors of #9c87fa

#9c87fa #fa9c87 #87fa9c

Analogous Colors of #9c87fa

#9c87fa #d687fa #87acfa

Monochromatic Colors of #9c87fa

#9c87fa

Complementary Color

#9c87fa #e5fa87

#9c87fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c87fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c87fa Color CSS Codes

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

#9c87fa Text Font Color

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

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


#9c87fa Background Color

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

This div background color is #9c87fa


#9c87fa Border Color

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

This div border color is #9c87fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c87fa


Comments

No comments written yet.

Please login to write comment.