Color Hex Logo

#8975dd Color Hex

#8975DD
(137,117,221)
0 Favorites   0 Comments

Color spaces of #8975dd

RGB 137117221
HSL0.700.600.66
HSV252°47°87°
CMYK 0.380.470.00   0.13
XYZ29.729023.261471.3296
Yxy23.26140.23910.1871
Hunter Lab48.230125.6247-53.9256
CIE-Lab55.340631.9018-50.6990

#8975dd color RGB value is (137,117,221).

#8975dd hex color red value is 137, green value is 117 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8975dd hue: 0.70 , saturation: 0.60 and the lightness value of 8975dd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110101 11011101
Octal 211 165 335
Decimal 137 117 221
Hex 89 75 DD

RGB Percentages of Color #8975dd

%28.84
%24.63
%46.53

CMYK Percentages of Color #8975dd

%38
%47
%0
%13

Triadic Colors of #8975dd

#8975dd #dd8975 #75dd89

Analogous Colors of #8975dd

#8975dd #bd75dd #7595dd

Monochromatic Colors of #8975dd

#8975dd

Complementary Color

#8975dd #c9dd75

#8975dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8975dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8975dd Color CSS Codes

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

#8975dd Text Font Color

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

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


#8975dd Background Color

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

This div background color is #8975dd


#8975dd Border Color

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

This div border color is #8975dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8975dd


Comments

No comments written yet.

Please login to write comment.