Color Hex Logo

#8c97dc Color Hex

#8C97DC
(140,151,220)
0 Favorites   0 Comments

Color spaces of #8c97dc

RGB 140151220
HSL0.640.530.71
HSV232°36°86°
CMYK 0.360.310.00   0.14
XYZ34.800132.876072.2217
Yxy32.87600.24880.2350
Hunter Lab57.33767.9968-34.5446
CIE-Lab64.060412.6109-36.3860

#8c97dc color RGB value is (140,151,220).

#8c97dc hex color red value is 140, green value is 151 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8c97dc hue: 0.64 , saturation: 0.53 and the lightness value of 8c97dc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10010111 11011100
Octal 214 227 334
Decimal 140 151 220
Hex 8C 97 DC

RGB Percentages of Color #8c97dc

%27.40
%29.55
%43.05

CMYK Percentages of Color #8c97dc

%36
%31
%0
%14

Triadic Colors of #8c97dc

#8c97dc #dc8c97 #97dc8c

Analogous Colors of #8c97dc

#8c97dc #a98cdc #8cbfdc

Monochromatic Colors of #8c97dc

#8c97dc

Complementary Color

#8c97dc #dcd18c

#8c97dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c97dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c97dc Color CSS Codes

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

#8c97dc Text Font Color

<p style="color:#8c97dc">Text here</p>

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


#8c97dc Background Color

<div style="background-color:#8c97dc">
Div content here</div>

This div background color is #8c97dc


#8c97dc Border Color

<div style="border:3px solid #8c97dc">
Div here</div>

This div border color is #8c97dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,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 #8c97dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c97dc


Comments

No comments written yet.

Please login to write comment.