Color Hex Logo

#983eef Color Hex

#983EEF
(152,62,239)
0 Favorites   0 Comments

Color spaces of #983eef

RGB 15262239
HSL0.750.850.59
HSV271°74°94°
CMYK 0.360.740.00   0.06
XYZ30.251516.352683.2233
Yxy16.35260.23300.1260
Hunter Lab40.438362.7669-93.7137
CIE-Lab47.433767.9599-73.4941

#983eef color RGB value is (152,62,239).

#983eef hex color red value is 152, green value is 62 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #983eef hue: 0.75 , saturation: 0.85 and the lightness value of 983eef is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111110 11101111
Octal 230 76 357
Decimal 152 62 239
Hex 98 3E EF

RGB Percentages of Color #983eef

%33.55
%13.69
%52.76

CMYK Percentages of Color #983eef

%36
%74
%0
%6

Triadic Colors of #983eef

#983eef #ef983e #3eef98

Analogous Colors of #983eef

#983eef #ef3eee #3f3eef

Monochromatic Colors of #983eef

#983eef

Complementary Color

#983eef #95ef3e

#983eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#983eef Color CSS Codes

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

#983eef Text Font Color

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

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


#983eef Background Color

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

This div background color is #983eef


#983eef Border Color

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

This div border color is #983eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983eef


Comments

No comments written yet.

Please login to write comment.