Color Hex Logo

#983afc Color Hex

#983AFC
(152,58,252)
0 Favorites   0 Comments

Color spaces of #983afc

RGB 15258252
HSL0.750.970.61
HSV269°77°99°
CMYK 0.400.770.00   0.01
XYZ32.032616.729893.6363
Yxy16.72980.22500.1175
Hunter Lab40.902168.2142-107.0999
CIE-Lab47.917872.4459-79.9886

#983afc color RGB value is (152,58,252).

#983afc hex color red value is 152, green value is 58 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #983afc hue: 0.75 , saturation: 0.97 and the lightness value of 983afc is 0.61.

The process color (four color CMYK) of #983afc color hex is 0.40, 0.77, 0.00, 0.01. Web safe color of #983afc is #9933ff. Color #983afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111010 11111100
Octal 230 72 374
Decimal 152 58 252
Hex 98 3A FC

RGB Percentages of Color #983afc

%32.90
%12.55
%54.55

CMYK Percentages of Color #983afc

%40
%77
%0
%1

Triadic Colors of #983afc

#983afc #fc983a #3afc98

Analogous Colors of #983afc

#983afc #f93afc #3a3dfc

Monochromatic Colors of #983afc

#983afc

Complementary Color

#983afc #9efc3a

#983afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#983afc Color CSS Codes

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

#983afc Text Font Color

<p style="color:#983afc">Text here</p>

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


#983afc Background Color

<div style="background-color:#983afc">
Div content here</div>

This div background color is #983afc


#983afc Border Color

<div style="border:3px solid #983afc">
Div here</div>

This div border color is #983afc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,58,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #983afc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #983afc;
  -webkit-box-shadow: 1px 1px 3px 2px #983afc;
  box-shadow:         1px 1px 3px 2px #983afc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,58,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 #983afc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983afc


Comments

No comments written yet.

Please login to write comment.