Color Hex Logo

#983acd Color Hex

#983ACD
(152,58,205)
0 Favorites   0 Comments

Color spaces of #983acd

RGB 15258205
HSL0.770.600.52
HSV278°72°80°
CMYK 0.260.720.00   0.20
XYZ25.481414.109359.1380
Yxy14.10930.25810.1429
Hunter Lab37.562355.3560-67.0523
CIE-Lab44.389362.1038-59.0600

#983acd color RGB value is (152,58,205).

#983acd hex color red value is 152, green value is 58 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #983acd hue: 0.77 , saturation: 0.60 and the lightness value of 983acd is 0.52.

The process color (four color CMYK) of #983acd color hex is 0.26, 0.72, 0.00, 0.20. Web safe color of #983acd is #9933cc. Color #983acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111010 11001101
Octal 230 72 315
Decimal 152 58 205
Hex 98 3A CD

RGB Percentages of Color #983acd

%36.63
%13.98
%49.40

CMYK Percentages of Color #983acd

%26
%72
%0
%20

Triadic Colors of #983acd

#983acd #cd983a #3acd98

Analogous Colors of #983acd

#983acd #cd3ab9 #4e3acd

Monochromatic Colors of #983acd

#983acd

Complementary Color

#983acd #6fcd3a

#983acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#983acd Color CSS Codes

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

#983acd Text Font Color

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

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


#983acd Background Color

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

This div background color is #983acd


#983acd Border Color

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

This div border color is #983acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,58,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #983acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983acd


Comments

No comments written yet.

Please login to write comment.