Color Hex Logo

#984cca Color Hex

#984CCA
(152,76,202)
0 Favorites   0 Comments

Color spaces of #984cca

RGB 15276202
HSL0.770.540.55
HSV276°62°79°
CMYK 0.250.620.00   0.21
XYZ26.194016.108657.6058
Yxy16.10860.26220.1612
Hunter Lab40.135546.2589-57.0030
CIE-Lab47.116653.3257-52.9360

#984cca color RGB value is (152,76,202).

#984cca hex color red value is 152, green value is 76 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #984cca hue: 0.77 , saturation: 0.54 and the lightness value of 984cca is 0.55.

The process color (four color CMYK) of #984cca color hex is 0.25, 0.62, 0.00, 0.21. Web safe color of #984cca is #9933cc. Color #984cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001100 11001010
Octal 230 114 312
Decimal 152 76 202
Hex 98 4C CA

RGB Percentages of Color #984cca

%35.35
%17.67
%46.98

CMYK Percentages of Color #984cca

%25
%62
%0
%21

Triadic Colors of #984cca

#984cca #ca984c #4cca98

Analogous Colors of #984cca

#984cca #ca4cbd #594cca

Monochromatic Colors of #984cca

#984cca

Complementary Color

#984cca #7eca4c

#984cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#984cca Color CSS Codes

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

#984cca Text Font Color

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

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


#984cca Background Color

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

This div background color is #984cca


#984cca Border Color

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

This div border color is #984cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984cca


Comments

No comments written yet.

Please login to write comment.