Color Hex Logo

#983ebd Color Hex

#983EBD
(152,62,189)
0 Favorites   0 Comments

Color spaces of #983ebd

RGB 15262189
HSL0.780.510.49
HSV283°67°74°
CMYK 0.200.670.00   0.26
XYZ23.856813.794849.5494
Yxy13.79480.27360.1582
Hunter Lab37.141449.6576-53.0984
CIE-Lab43.937257.0497-50.4953

#983ebd color RGB value is (152,62,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111110 10111101
Octal 230 76 275
Decimal 152 62 189
Hex 98 3E BD

RGB Percentages of Color #983ebd

%37.72
%15.38
%46.90

CMYK Percentages of Color #983ebd

%20
%67
%0
%26

Triadic Colors of #983ebd

#983ebd #bd983e #3ebd98

Analogous Colors of #983ebd

#983ebd #bd3ea3 #583ebd

Monochromatic Colors of #983ebd

#983ebd

Complementary Color

#983ebd #63bd3e

#983ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#983ebd Color CSS Codes

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

#983ebd Text Font Color

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

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


#983ebd Background Color

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

This div background color is #983ebd


#983ebd Border Color

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

This div border color is #983ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983ebd


Comments

No comments written yet.

Please login to write comment.