Color Hex Logo

#984ceb Color Hex

#984CEB
(152,76,235)
0 Favorites   0 Comments

Color spaces of #984ceb

RGB 15276235
HSL0.750.800.61
HSV269°68°92°
CMYK 0.350.680.00   0.08
XYZ30.528717.842480.4322
Yxy17.84240.23700.1385
Hunter Lab42.240355.0885-83.3294
CIE-Lab49.304460.9362-68.2013

#984ceb color RGB value is (152,76,235).

#984ceb hex color red value is 152, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #984ceb hue: 0.75 , saturation: 0.80 and the lightness value of 984ceb is 0.61.

The process color (four color CMYK) of #984ceb color hex is 0.35, 0.68, 0.00, 0.08. Web safe color of #984ceb is #9933ff. Color #984ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001100 11101011
Octal 230 114 353
Decimal 152 76 235
Hex 98 4C EB

RGB Percentages of Color #984ceb

%32.83
%16.41
%50.76

CMYK Percentages of Color #984ceb

%35
%68
%0
%8

Triadic Colors of #984ceb

#984ceb #eb984c #4ceb98

Analogous Colors of #984ceb

#984ceb #e84ceb #4c4feb

Monochromatic Colors of #984ceb

#984ceb

Complementary Color

#984ceb #9feb4c

#984ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#984ceb Color CSS Codes

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

#984ceb Text Font Color

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

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


#984ceb Background Color

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

This div background color is #984ceb


#984ceb Border Color

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

This div border color is #984ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984ceb


Comments

No comments written yet.

Please login to write comment.