Color Hex Logo

#8982dd Color Hex

#8982DD
(137,130,221)
0 Favorites   0 Comments

Color spaces of #8982dd

RGB 137130221
HSL0.680.570.69
HSV245°41°87°
CMYK 0.380.410.00   0.13
XYZ31.350326.504171.8701
Yxy26.50410.24170.2043
Hunter Lab51.482118.6047-46.7325
CIE-Lab58.512524.2908-45.6679

#8982dd color RGB value is (137,130,221).

#8982dd hex color red value is 137, green value is 130 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8982dd hue: 0.68 , saturation: 0.57 and the lightness value of 8982dd is 0.69.

The process color (four color CMYK) of #8982dd color hex is 0.38, 0.41, 0.00, 0.13. Web safe color of #8982dd is #9999cc. Color #8982dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000010 11011101
Octal 211 202 335
Decimal 137 130 221
Hex 89 82 DD

RGB Percentages of Color #8982dd

%28.07
%26.64
%45.29

CMYK Percentages of Color #8982dd

%38
%41
%0
%13

Triadic Colors of #8982dd

#8982dd #dd8982 #82dd89

Analogous Colors of #8982dd

#8982dd #b782dd #82a9dd

Monochromatic Colors of #8982dd

#8982dd

Complementary Color

#8982dd #d6dd82

#8982dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8982dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8982dd Color CSS Codes

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

#8982dd Text Font Color

<p style="color:#8982dd">Text here</p>

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


#8982dd Background Color

<div style="background-color:#8982dd">
Div content here</div>

This div background color is #8982dd


#8982dd Border Color

<div style="border:3px solid #8982dd">
Div here</div>

This div border color is #8982dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,130,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8982dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8982dd;
  -webkit-box-shadow: 1px 1px 3px 2px #8982dd;
  box-shadow:         1px 1px 3px 2px #8982dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,130,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 #8982dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8982dd


Comments

No comments written yet.

Please login to write comment.