Color Hex Logo

#983bee Color Hex

#983BEE
(152,59,238)
0 Favorites   0 Comments

Color spaces of #983bee

RGB 15259238
HSL0.750.840.58
HSV271°75°93°
CMYK 0.360.750.00   0.07
XYZ29.945515.976482.3944
Yxy15.97640.23340.1245
Hunter Lab39.970563.7821-94.2399
CIE-Lab46.943568.9179-73.7302

#983bee color RGB value is (152,59,238).

#983bee hex color red value is 152, green value is 59 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #983bee hue: 0.75 , saturation: 0.84 and the lightness value of 983bee is 0.58.

The process color (four color CMYK) of #983bee color hex is 0.36, 0.75, 0.00, 0.07. Web safe color of #983bee is #9933ff. Color #983bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111011 11101110
Octal 230 73 356
Decimal 152 59 238
Hex 98 3B EE

RGB Percentages of Color #983bee

%33.85
%13.14
%53.01

CMYK Percentages of Color #983bee

%36
%75
%0
%7

Triadic Colors of #983bee

#983bee #ee983b #3bee98

Analogous Colors of #983bee

#983bee #ee3beb #3f3bee

Monochromatic Colors of #983bee

#983bee

Complementary Color

#983bee #91ee3b

#983bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#983bee Color CSS Codes

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

#983bee Text Font Color

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

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


#983bee Background Color

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

This div background color is #983bee


#983bee Border Color

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

This div border color is #983bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983bee


Comments

No comments written yet.

Please login to write comment.