Color Hex Logo

#984ddd Color Hex

#984DDD
(152,77,221)
0 Favorites   0 Comments

Color spaces of #984ddd

RGB 15277221
HSL0.750.680.58
HSV271°65°87°
CMYK 0.310.650.00   0.13
XYZ28.653917.203670.2170
Yxy17.20360.24690.1482
Hunter Lab41.477250.7288-71.3383
CIE-Lab48.515657.1783-61.5585

#984ddd color RGB value is (152,77,221).

#984ddd hex color red value is 152, green value is 77 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #984ddd hue: 0.75 , saturation: 0.68 and the lightness value of 984ddd is 0.58.

The process color (four color CMYK) of #984ddd color hex is 0.31, 0.65, 0.00, 0.13. Web safe color of #984ddd is #9966cc. Color #984ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001101 11011101
Octal 230 115 335
Decimal 152 77 221
Hex 98 4D DD

RGB Percentages of Color #984ddd

%33.78
%17.11
%49.11

CMYK Percentages of Color #984ddd

%31
%65
%0
%13

Triadic Colors of #984ddd

#984ddd #dd984d #4ddd98

Analogous Colors of #984ddd

#984ddd #dd4dda #504ddd

Monochromatic Colors of #984ddd

#984ddd

Complementary Color

#984ddd #92dd4d

#984ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#984ddd Color CSS Codes

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

#984ddd Text Font Color

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

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


#984ddd Background Color

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

This div background color is #984ddd


#984ddd Border Color

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

This div border color is #984ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984ddd


Comments

No comments written yet.

Please login to write comment.