Color Hex Logo

#8f82cc Color Hex

#8F82CC
(143,130,204)
0 Favorites   0 Comments

Color spaces of #8f82cc

RGB 143130204
HSL0.700.420.65
HSV251°36°80°
CMYK 0.300.360.00   0.20
XYZ30.209426.164560.5848
Yxy26.16450.25830.2237
Hunter Lab51.151215.9056-34.4187
CIE-Lab58.192921.4259-36.5807

#8f82cc color RGB value is (143,130,204).

#8f82cc hex color red value is 143, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8f82cc hue: 0.70 , saturation: 0.42 and the lightness value of 8f82cc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10000010 11001100
Octal 217 202 314
Decimal 143 130 204
Hex 8F 82 CC

RGB Percentages of Color #8f82cc

%29.98
%27.25
%42.77

CMYK Percentages of Color #8f82cc

%30
%36
%0
%20

Triadic Colors of #8f82cc

#8f82cc #cc8f82 #82cc8f

Analogous Colors of #8f82cc

#8f82cc #b482cc #829acc

Monochromatic Colors of #8f82cc

#8f82cc

Complementary Color

#8f82cc #bfcc82

#8f82cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f82cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f82cc Color CSS Codes

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

#8f82cc Text Font Color

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

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


#8f82cc Background Color

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

This div background color is #8f82cc


#8f82cc Border Color

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

This div border color is #8f82cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,130,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f82cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f82cc;
  -webkit-box-shadow: 1px 1px 3px 2px #8f82cc;
  box-shadow:         1px 1px 3px 2px #8f82cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,130,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f82cc


Comments

No comments written yet.

Please login to write comment.