Color Hex Logo

#8271cb Color Hex

#8271CB
(130,113,203)
0 Favorites   0 Comments

Color spaces of #8271cb

RGB 130113203
HSL0.700.460.62
HSV251°44°80°
CMYK 0.360.440.00   0.20
XYZ25.890520.867959.1632
Yxy20.86790.24440.1970
Hunter Lab45.681421.2247-44.8111
CIE-Lab52.804627.5470-44.5740

#8271cb color RGB value is (130,113,203).

#8271cb hex color red value is 130, green value is 113 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8271cb hue: 0.70 , saturation: 0.46 and the lightness value of 8271cb is 0.62.

The process color (four color CMYK) of #8271cb color hex is 0.36, 0.44, 0.00, 0.20. Web safe color of #8271cb is #9966cc. Color #8271cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110001 11001011
Octal 202 161 313
Decimal 130 113 203
Hex 82 71 CB

RGB Percentages of Color #8271cb

%29.15
%25.34
%45.52

CMYK Percentages of Color #8271cb

%36
%44
%0
%20

Triadic Colors of #8271cb

#8271cb #cb8271 #71cb82

Analogous Colors of #8271cb

#8271cb #af71cb #718dcb

Monochromatic Colors of #8271cb

#8271cb

Complementary Color

#8271cb #bacb71

#8271cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8271cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8271cb Color CSS Codes

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

#8271cb Text Font Color

<p style="color:#8271cb">Text here</p>

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


#8271cb Background Color

<div style="background-color:#8271cb">
Div content here</div>

This div background color is #8271cb


#8271cb Border Color

<div style="border:3px solid #8271cb">
Div here</div>

This div border color is #8271cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,113,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 #8271cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8271cb


Comments

No comments written yet.

Please login to write comment.