Color Hex Logo

#982bdd Color Hex

#982BDD
(152,43,221)
0 Favorites   0 Comments

Color spaces of #982bdd

RGB 15243221
HSL0.770.720.52
HSV277°81°87°
CMYK 0.310.810.00   0.13
XYZ26.863913.623669.6203
Yxy13.62360.24400.1237
Hunter Lab36.910265.3228-85.9963
CIE-Lab43.688270.8539-69.3906

#982bdd color RGB value is (152,43,221).

#982bdd hex color red value is 152, green value is 43 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #982bdd hue: 0.77 , saturation: 0.72 and the lightness value of 982bdd is 0.52.

The process color (four color CMYK) of #982bdd color hex is 0.31, 0.81, 0.00, 0.13. Web safe color of #982bdd is #9933cc. Color #982bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101011 11011101
Octal 230 53 335
Decimal 152 43 221
Hex 98 2B DD

RGB Percentages of Color #982bdd

%36.54
%10.34
%53.13

CMYK Percentages of Color #982bdd

%31
%81
%0
%13

Triadic Colors of #982bdd

#982bdd #dd982b #2bdd98

Analogous Colors of #982bdd

#982bdd #dd2bc9 #3f2bdd

Monochromatic Colors of #982bdd

#982bdd

Complementary Color

#982bdd #70dd2b

#982bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#982bdd Color CSS Codes

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

#982bdd Text Font Color

<p style="color:#982bdd">Text here</p>

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


#982bdd Background Color

<div style="background-color:#982bdd">
Div content here</div>

This div background color is #982bdd


#982bdd Border Color

<div style="border:3px solid #982bdd">
Div here</div>

This div border color is #982bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982bdd


Comments

No comments written yet.

Please login to write comment.