Color Hex Logo

#983cbd Color Hex

#983CBD
(152,60,189)
0 Favorites   0 Comments

Color spaces of #983cbd

RGB 15260189
HSL0.790.520.49
HSV283°68°74°
CMYK 0.200.680.00   0.26
XYZ23.750113.581249.5138
Yxy13.58120.27350.1564
Hunter Lab36.852750.5440-53.8628
CIE-Lab43.626257.9192-50.9946

#983cbd color RGB value is (152,60,189).

#983cbd hex color red value is 152, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #983cbd hue: 0.79 , saturation: 0.52 and the lightness value of 983cbd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111100 10111101
Octal 230 74 275
Decimal 152 60 189
Hex 98 3C BD

RGB Percentages of Color #983cbd

%37.91
%14.96
%47.13

CMYK Percentages of Color #983cbd

%20
%68
%0
%26

Triadic Colors of #983cbd

#983cbd #bd983c #3cbd98

Analogous Colors of #983cbd

#983cbd #bd3ca2 #583cbd

Monochromatic Colors of #983cbd

#983cbd

Complementary Color

#983cbd #61bd3c

#983cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#983cbd Color CSS Codes

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

#983cbd Text Font Color

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

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


#983cbd Background Color

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

This div background color is #983cbd


#983cbd Border Color

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

This div border color is #983cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983cbd


Comments

No comments written yet.

Please login to write comment.