Color Hex Logo

#8125bb Color Hex

#8125BB
(129,37,187)
0 Favorites   0 Comments

Color spaces of #8125bb

RGB 12937187
HSL0.770.670.44
HSV277°80°73°
CMYK 0.310.800.00   0.27
XYZ18.68459.578147.8777
Yxy9.57810.24540.1258
Hunter Lab30.948553.6057-70.0584
CIE-Lab37.074361.9577-60.5780

#8125bb color RGB value is (129,37,187).

#8125bb hex color red value is 129, green value is 37 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8125bb hue: 0.77 , saturation: 0.67 and the lightness value of 8125bb is 0.44.

The process color (four color CMYK) of #8125bb color hex is 0.31, 0.80, 0.00, 0.27. Web safe color of #8125bb is #9933cc. Color #8125bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100101 10111011
Octal 201 45 273
Decimal 129 37 187
Hex 81 25 BB

RGB Percentages of Color #8125bb

%36.54
%10.48
%52.97

CMYK Percentages of Color #8125bb

%31
%80
%0
%27

Triadic Colors of #8125bb

#8125bb #bb8125 #25bb81

Analogous Colors of #8125bb

#8125bb #bb25aa #3625bb

Monochromatic Colors of #8125bb

#8125bb

Complementary Color

#8125bb #5fbb25

#8125bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8125bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8125bb Color CSS Codes

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

#8125bb Text Font Color

<p style="color:#8125bb">Text here</p>

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


#8125bb Background Color

<div style="background-color:#8125bb">
Div content here</div>

This div background color is #8125bb


#8125bb Border Color

<div style="border:3px solid #8125bb">
Div here</div>

This div border color is #8125bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,37,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8125bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8125bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8125bb;
  box-shadow:         1px 1px 3px 2px #8125bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,37,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8125bb


Comments

No comments written yet.

Please login to write comment.