Color Hex Logo

#9c82fa Color Hex

#9C82FA
(156,130,250)
0 Favorites   0 Comments

Color spaces of #9c82fa

RGB 156130250
HSL0.700.920.75
HSV253°48°98°
CMYK 0.380.480.00   0.02
XYZ38.948329.935394.1678
Yxy29.93530.23890.1836
Hunter Lab54.713231.3196-63.7459
CIE-Lab61.598436.9056-56.7605

#9c82fa color RGB value is (156,130,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10000010 11111010
Octal 234 202 372
Decimal 156 130 250
Hex 9C 82 FA

RGB Percentages of Color #9c82fa

%29.10
%24.25
%46.64

CMYK Percentages of Color #9c82fa

%38
%48
%0
%2

Triadic Colors of #9c82fa

#9c82fa #fa9c82 #82fa9c

Analogous Colors of #9c82fa

#9c82fa #d882fa #82a4fa

Monochromatic Colors of #9c82fa

#9c82fa

Complementary Color

#9c82fa #e0fa82

#9c82fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c82fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c82fa Color CSS Codes

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

#9c82fa Text Font Color

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

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


#9c82fa Background Color

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

This div background color is #9c82fa


#9c82fa Border Color

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

This div border color is #9c82fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c82fa


Comments

No comments written yet.

Please login to write comment.