Color Hex Logo

#8137cb Color Hex

#8137CB
(129,55,203)
0 Favorites   0 Comments

Color spaces of #8137cb

RGB 12955203
HSL0.750.590.51
HSV270°73°80°
CMYK 0.360.730.00   0.20
XYZ21.198911.711357.6431
Yxy11.71130.23410.1293
Hunter Lab34.221850.6849-75.9127
CIE-Lab40.753558.5953-63.9418

#8137cb color RGB value is (129,55,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110111 11001011
Octal 201 67 313
Decimal 129 55 203
Hex 81 37 CB

RGB Percentages of Color #8137cb

%33.33
%14.21
%52.45

CMYK Percentages of Color #8137cb

%36
%73
%0
%20

Triadic Colors of #8137cb

#8137cb #cb8137 #37cb81

Analogous Colors of #8137cb

#8137cb #cb37cb #3737cb

Monochromatic Colors of #8137cb

#8137cb

Complementary Color

#8137cb #81cb37

#8137cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8137cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8137cb Color CSS Codes

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

#8137cb Text Font Color

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

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


#8137cb Background Color

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

This div background color is #8137cb


#8137cb Border Color

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

This div border color is #8137cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8137cb


Comments

No comments written yet.

Please login to write comment.