Color Hex Logo

#8997dc Color Hex

#8997DC
(137,151,220)
0 Favorites   0 Comments

Color spaces of #8997dc

RGB 137151220
HSL0.640.540.70
HSV230°38°86°
CMYK 0.380.310.00   0.14
XYZ34.301432.618972.1983
Yxy32.61890.24660.2345
Hunter Lab57.11307.2574-34.9713
CIE-Lab63.851111.7959-36.7280

#8997dc color RGB value is (137,151,220).

#8997dc hex color red value is 137, green value is 151 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8997dc hue: 0.64 , saturation: 0.54 and the lightness value of 8997dc is 0.70.

The process color (four color CMYK) of #8997dc color hex is 0.38, 0.31, 0.00, 0.14. Web safe color of #8997dc is #9999cc. Color #8997dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010111 11011100
Octal 211 227 334
Decimal 137 151 220
Hex 89 97 DC

RGB Percentages of Color #8997dc

%26.97
%29.72
%43.31

CMYK Percentages of Color #8997dc

%38
%31
%0
%14

Triadic Colors of #8997dc

#8997dc #dc8997 #97dc89

Analogous Colors of #8997dc

#8997dc #a589dc #89c1dc

Monochromatic Colors of #8997dc

#8997dc

Complementary Color

#8997dc #dcce89

#8997dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8997dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8997dc Color CSS Codes

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

#8997dc Text Font Color

<p style="color:#8997dc">Text here</p>

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


#8997dc Background Color

<div style="background-color:#8997dc">
Div content here</div>

This div background color is #8997dc


#8997dc Border Color

<div style="border:3px solid #8997dc">
Div here</div>

This div border color is #8997dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,151,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8997dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8997dc;
  -webkit-box-shadow: 1px 1px 3px 2px #8997dc;
  box-shadow:         1px 1px 3px 2px #8997dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,151,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8997dc


Comments

No comments written yet.

Please login to write comment.