Color Hex Logo

#984dda Color Hex

#984DDA
(152,77,218)
0 Favorites   0 Comments

Color spaces of #984dda

RGB 15277218
HSL0.760.660.58
HSV272°65°85°
CMYK 0.300.650.00   0.15
XYZ28.257717.045168.1304
Yxy17.04510.24910.1503
Hunter Lab41.285749.9230-68.9414
CIE-Lab48.316856.4826-60.1723

#984dda color RGB value is (152,77,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001101 11011010
Octal 230 115 332
Decimal 152 77 218
Hex 98 4D DA

RGB Percentages of Color #984dda

%34.00
%17.23
%48.77

CMYK Percentages of Color #984dda

%30
%65
%0
%15

Triadic Colors of #984dda

#984dda #da984d #4dda98

Analogous Colors of #984dda

#984dda #da4dd6 #514dda

Monochromatic Colors of #984dda

#984dda

Complementary Color

#984dda #8fda4d

#984dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#984dda Color CSS Codes

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

#984dda Text Font Color

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

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


#984dda Background Color

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

This div background color is #984dda


#984dda Border Color

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

This div border color is #984dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984dda


Comments

No comments written yet.

Please login to write comment.