Color Hex Logo

#8f82cb Color Hex

#8F82CB
(143,130,203)
0 Favorites   0 Comments

Color spaces of #8f82cb

RGB 143130203
HSL0.700.410.65
HSV251°36°80°
CMYK 0.300.360.00   0.20
XYZ30.089826.116759.9550
Yxy26.11670.25900.2248
Hunter Lab51.104515.6661-33.7849
CIE-Lab58.147721.1698-36.0867

#8f82cb color RGB value is (143,130,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10000010 11001011
Octal 217 202 313
Decimal 143 130 203
Hex 8F 82 CB

RGB Percentages of Color #8f82cb

%30.04
%27.31
%42.65

CMYK Percentages of Color #8f82cb

%30
%36
%0
%20

Triadic Colors of #8f82cb

#8f82cb #cb8f82 #82cb8f

Analogous Colors of #8f82cb

#8f82cb #b482cb #829acb

Monochromatic Colors of #8f82cb

#8f82cb

Complementary Color

#8f82cb #becb82

#8f82cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f82cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f82cb Color CSS Codes

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

#8f82cb Text Font Color

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

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


#8f82cb Background Color

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

This div background color is #8f82cb


#8f82cb Border Color

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

This div border color is #8f82cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f82cb


Comments

No comments written yet.

Please login to write comment.