Color Hex Logo

#8125df Color Hex

#8125DF
(129,37,223)
0 Favorites   0 Comments

Color spaces of #8125df

RGB 12937223
HSL0.750.740.51
HSV270°83°87°
CMYK 0.420.830.00   0.13
XYZ23.034111.318070.7826
Yxy11.31800.21910.1077
Hunter Lab33.642263.3411-101.1954
CIE-Lab40.111069.8740-76.5118

#8125df color RGB value is (129,37,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100101 11011111
Octal 201 45 337
Decimal 129 37 223
Hex 81 25 DF

RGB Percentages of Color #8125df

%33.16
%9.51
%57.33

CMYK Percentages of Color #8125df

%42
%83
%0
%13

Triadic Colors of #8125df

#8125df #df8125 #25df81

Analogous Colors of #8125df

#8125df #de25df #2526df

Monochromatic Colors of #8125df

#8125df

Complementary Color

#8125df #83df25

#8125df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8125df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8125df Color CSS Codes

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

#8125df Text Font Color

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

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


#8125df Background Color

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

This div background color is #8125df


#8125df Border Color

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

This div border color is #8125df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8125df


Comments

No comments written yet.

Please login to write comment.