Color Hex Logo

#8c89ca Color Hex

#8C89CA
(140,137,202)
0 Favorites   0 Comments

Color spaces of #8c89ca

RGB 140137202
HSL0.670.380.66
HSV243°32°79°
CMYK 0.310.320.00   0.21
XYZ30.421527.731059.6264
Yxy27.73100.25830.2354
Hunter Lab52.660210.9630-30.2710
CIE-Lab59.644915.9637-33.2052

#8c89ca color RGB value is (140,137,202).

#8c89ca hex color red value is 140, green value is 137 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8c89ca hue: 0.67 , saturation: 0.38 and the lightness value of 8c89ca is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10001001 11001010
Octal 214 211 312
Decimal 140 137 202
Hex 8C 89 CA

RGB Percentages of Color #8c89ca

%29.23
%28.60
%42.17

CMYK Percentages of Color #8c89ca

%31
%32
%0
%21

Triadic Colors of #8c89ca

#8c89ca #ca8c89 #89ca8c

Analogous Colors of #8c89ca

#8c89ca #ad89ca #89a7ca

Monochromatic Colors of #8c89ca

#8c89ca

Complementary Color

#8c89ca #c7ca89

#8c89ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c89ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c89ca Color CSS Codes

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

#8c89ca Text Font Color

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

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


#8c89ca Background Color

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

This div background color is #8c89ca


#8c89ca Border Color

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

This div border color is #8c89ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c89ca


Comments

No comments written yet.

Please login to write comment.