Color Hex Logo

#8150cb Color Hex

#8150CB
(129,80,203)
0 Favorites   0 Comments

Color spaces of #8150cb

RGB 12980203
HSL0.730.540.55
HSV264°61°80°
CMYK 0.360.610.00   0.20
XYZ22.701414.716258.1439
Yxy14.71620.23760.1540
Hunter Lab38.361738.4984-63.0112
CIE-Lab45.243046.2450-56.6686

#8150cb color RGB value is (129,80,203).

#8150cb hex color red value is 129, green value is 80 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8150cb hue: 0.73 , saturation: 0.54 and the lightness value of 8150cb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010000 11001011
Octal 201 120 313
Decimal 129 80 203
Hex 81 50 CB

RGB Percentages of Color #8150cb

%31.31
%19.42
%49.27

CMYK Percentages of Color #8150cb

%36
%61
%0
%20

Triadic Colors of #8150cb

#8150cb #cb8150 #50cb81

Analogous Colors of #8150cb

#8150cb #bf50cb #505dcb

Monochromatic Colors of #8150cb

#8150cb

Complementary Color

#8150cb #9acb50

#8150cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8150cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8150cb Color CSS Codes

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

#8150cb Text Font Color

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

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


#8150cb Background Color

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

This div background color is #8150cb


#8150cb Border Color

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

This div border color is #8150cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8150cb


Comments

No comments written yet.

Please login to write comment.