Color Hex Logo

#983bbc Color Hex

#983BBC
(152,59,188)
0 Favorites   0 Comments

Color spaces of #983bbc

RGB 15259188
HSL0.790.520.48
HSV283°69°74°
CMYK 0.190.690.00   0.26
XYZ23.590013.434248.9267
Yxy13.43420.27450.1563
Hunter Lab36.652750.7420-53.4877
CIE-Lab43.410358.1405-50.7566

#983bbc color RGB value is (152,59,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111011 10111100
Octal 230 73 274
Decimal 152 59 188
Hex 98 3B BC

RGB Percentages of Color #983bbc

%38.10
%14.79
%47.12

CMYK Percentages of Color #983bbc

%19
%69
%0
%26

Triadic Colors of #983bbc

#983bbc #bc983b #3bbc98

Analogous Colors of #983bbc

#983bbc #bc3ba0 #573bbc

Monochromatic Colors of #983bbc

#983bbc

Complementary Color

#983bbc #5fbc3b

#983bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#983bbc Color CSS Codes

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

#983bbc Text Font Color

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

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


#983bbc Background Color

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

This div background color is #983bbc


#983bbc Border Color

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

This div border color is #983bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983bbc


Comments

No comments written yet.

Please login to write comment.