Color Hex Logo

#8133cb Color Hex

#8133CB
(129,51,203)
0 Favorites   0 Comments

Color spaces of #8133cb

RGB 12951203
HSL0.750.600.50
HSV271°75°80°
CMYK 0.360.750.00   0.20
XYZ21.016611.346657.5823
Yxy11.34660.23370.1261
Hunter Lab33.684752.4216-77.7739
CIE-Lab40.158260.2897-64.9114

#8133cb color RGB value is (129,51,203).

#8133cb hex color red value is 129, green value is 51 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8133cb hue: 0.75 , saturation: 0.60 and the lightness value of 8133cb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110011 11001011
Octal 201 63 313
Decimal 129 51 203
Hex 81 33 CB

RGB Percentages of Color #8133cb

%33.68
%13.32
%53.00

CMYK Percentages of Color #8133cb

%36
%75
%0
%20

Triadic Colors of #8133cb

#8133cb #cb8133 #33cb81

Analogous Colors of #8133cb

#8133cb #cb33c9 #3533cb

Monochromatic Colors of #8133cb

#8133cb

Complementary Color

#8133cb #7dcb33

#8133cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8133cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8133cb Color CSS Codes

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

#8133cb Text Font Color

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

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


#8133cb Background Color

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

This div background color is #8133cb


#8133cb Border Color

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

This div border color is #8133cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8133cb


Comments

No comments written yet.

Please login to write comment.