Color Hex Logo

#9c8ffa Color Hex

#9C8FFA
(156,143,250)
0 Favorites   0 Comments

Color spaces of #9c8ffa

RGB 156143250
HSL0.690.910.77
HSV247°43°98°
CMYK 0.380.430.00   0.02
XYZ40.788133.615094.7811
Yxy33.61500.24110.1987
Hunter Lab57.978424.1133-56.3403
CIE-Lab64.655829.4848-51.9018

#9c8ffa color RGB value is (156,143,250).

#9c8ffa hex color red value is 156, green value is 143 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9c8ffa hue: 0.69 , saturation: 0.91 and the lightness value of 9c8ffa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10001111 11111010
Octal 234 217 372
Decimal 156 143 250
Hex 9C 8F FA

RGB Percentages of Color #9c8ffa

%28.42
%26.05
%45.54

CMYK Percentages of Color #9c8ffa

%38
%43
%0
%2

Triadic Colors of #9c8ffa

#9c8ffa #fa9c8f #8ffa9c

Analogous Colors of #9c8ffa

#9c8ffa #d28ffa #8fb8fa

Monochromatic Colors of #9c8ffa

#9c8ffa

Complementary Color

#9c8ffa #edfa8f

#9c8ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c8ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c8ffa Color CSS Codes

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

#9c8ffa Text Font Color

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

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


#9c8ffa Background Color

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

This div background color is #9c8ffa


#9c8ffa Border Color

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

This div border color is #9c8ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c8ffa


Comments

No comments written yet.

Please login to write comment.