Color Hex Logo

#984bef Color Hex

#984BEF
(152,75,239)
0 Favorites   0 Comments

Color spaces of #984bef

RGB 15275239
HSL0.740.840.62
HSV268°69°94°
CMYK 0.360.690.00   0.06
XYZ31.045017.939583.4878
Yxy17.93950.23440.1354
Hunter Lab42.355056.7139-87.2205
CIE-Lab49.422662.3461-70.2585

#984bef color RGB value is (152,75,239).

#984bef hex color red value is 152, green value is 75 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #984bef hue: 0.74 , saturation: 0.84 and the lightness value of 984bef is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001011 11101111
Octal 230 113 357
Decimal 152 75 239
Hex 98 4B EF

RGB Percentages of Color #984bef

%32.62
%16.09
%51.29

CMYK Percentages of Color #984bef

%36
%69
%0
%6

Triadic Colors of #984bef

#984bef #ef984b #4bef98

Analogous Colors of #984bef

#984bef #ea4bef #4b50ef

Monochromatic Colors of #984bef

#984bef

Complementary Color

#984bef #a2ef4b

#984bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#984bef Color CSS Codes

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

#984bef Text Font Color

<p style="color:#984bef">Text here</p>

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


#984bef Background Color

<div style="background-color:#984bef">
Div content here</div>

This div background color is #984bef


#984bef Border Color

<div style="border:3px solid #984bef">
Div here</div>

This div border color is #984bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984bef


Comments

No comments written yet.

Please login to write comment.