Color Hex Logo

#9983fc Color Hex

#9983FC
(153,131,252)
0 Favorites   0 Comments

Color spaces of #9983fc

RGB 153131252
HSL0.700.950.75
HSV251°48°99°
CMYK 0.390.480.00   0.01
XYZ38.823930.033295.8462
Yxy30.03320.23570.1823
Hunter Lab54.802630.5507-65.3327
CIE-Lab61.682936.1456-57.7403

#9983fc color RGB value is (153,131,252).

#9983fc hex color red value is 153, green value is 131 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9983fc hue: 0.70 , saturation: 0.95 and the lightness value of 9983fc is 0.75.

The process color (four color CMYK) of #9983fc color hex is 0.39, 0.48, 0.00, 0.01. Web safe color of #9983fc is #9999ff. Color #9983fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000011 11111100
Octal 231 203 374
Decimal 153 131 252
Hex 99 83 FC

RGB Percentages of Color #9983fc

%28.54
%24.44
%47.01

CMYK Percentages of Color #9983fc

%39
%48
%0
%1

Triadic Colors of #9983fc

#9983fc #fc9983 #83fc99

Analogous Colors of #9983fc

#9983fc #d683fc #83aafc

Monochromatic Colors of #9983fc

#9983fc

Complementary Color

#9983fc #e6fc83

#9983fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9983fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9983fc Color CSS Codes

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

#9983fc Text Font Color

<p style="color:#9983fc">Text here</p>

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


#9983fc Background Color

<div style="background-color:#9983fc">
Div content here</div>

This div background color is #9983fc


#9983fc Border Color

<div style="border:3px solid #9983fc">
Div here</div>

This div border color is #9983fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,131,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9983fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9983fc;
  -webkit-box-shadow: 1px 1px 3px 2px #9983fc;
  box-shadow:         1px 1px 3px 2px #9983fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,131,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 #9983fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9983fc

Related Colors


Comments

No comments written yet.

Please login to write comment.