Color Hex Logo

#8125db Color Hex

#8125DB
(129,37,219)
0 Favorites   0 Comments

Color spaces of #8125db

RGB 12937219
HSL0.750.720.50
HSV270°83°86°
CMYK 0.410.830.00   0.14
XYZ22.501011.104767.9753
Yxy11.10470.22150.1093
Hunter Lab33.323762.2111-97.6160
CIE-Lab39.756368.9793-74.8020

#8125db color RGB value is (129,37,219).

#8125db hex color red value is 129, green value is 37 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8125db hue: 0.75 , saturation: 0.72 and the lightness value of 8125db is 0.50.

The process color (four color CMYK) of #8125db color hex is 0.41, 0.83, 0.00, 0.14. Web safe color of #8125db is #9933cc. Color #8125db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100101 11011011
Octal 201 45 333
Decimal 129 37 219
Hex 81 25 DB

RGB Percentages of Color #8125db

%33.51
%9.61
%56.88

CMYK Percentages of Color #8125db

%41
%83
%0
%14

Triadic Colors of #8125db

#8125db #db8125 #25db81

Analogous Colors of #8125db

#8125db #db25da #2625db

Monochromatic Colors of #8125db

#8125db

Complementary Color

#8125db #7fdb25

#8125db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8125db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8125db Color CSS Codes

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

#8125db Text Font Color

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

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


#8125db Background Color

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

This div background color is #8125db


#8125db Border Color

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

This div border color is #8125db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8125db


Comments

No comments written yet.

Please login to write comment.