Color Hex Logo

#983ebc Color Hex

#983EBC
(152,62,188)
0 Favorites   0 Comments

Color spaces of #983ebc

RGB 15262188
HSL0.790.500.49
HSV283°67°74°
CMYK 0.190.670.00   0.26
XYZ23.748613.751548.9796
Yxy13.75150.27460.1590
Hunter Lab37.083049.4192-52.3527
CIE-Lab43.874456.8427-50.0116

#983ebc color RGB value is (152,62,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111110 10111100
Octal 230 76 274
Decimal 152 62 188
Hex 98 3E BC

RGB Percentages of Color #983ebc

%37.81
%15.42
%46.77

CMYK Percentages of Color #983ebc

%19
%67
%0
%26

Triadic Colors of #983ebc

#983ebc #bc983e #3ebc98

Analogous Colors of #983ebc

#983ebc #bc3ea1 #593ebc

Monochromatic Colors of #983ebc

#983ebc

Complementary Color

#983ebc #62bc3e

#983ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#983ebc Color CSS Codes

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

#983ebc Text Font Color

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

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


#983ebc Background Color

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

This div background color is #983ebc


#983ebc Border Color

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

This div border color is #983ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983ebc


Comments

No comments written yet.

Please login to write comment.