Color Hex Logo

#873afa Color Hex

#873AFA
(135,58,250)
0 Favorites   0 Comments

Color spaces of #873afa

RGB 13558250
HSL0.730.950.60
HSV264°77°98°
CMYK 0.460.770.00   0.02
XYZ28.760015.079191.8372
Yxy15.07910.21200.1111
Hunter Lab38.831864.2467-113.0385
CIE-Lab45.742369.5451-82.5133

#873afa color RGB value is (135,58,250).

#873afa hex color red value is 135, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #873afa hue: 0.73 , saturation: 0.95 and the lightness value of 873afa is 0.60.

The process color (four color CMYK) of #873afa color hex is 0.46, 0.77, 0.00, 0.02. Web safe color of #873afa is #9933ff. Color #873afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111010 11111010
Octal 207 72 372
Decimal 135 58 250
Hex 87 3A FA

RGB Percentages of Color #873afa

%30.47
%13.09
%56.43

CMYK Percentages of Color #873afa

%46
%77
%0
%2

Triadic Colors of #873afa

#873afa #fa873a #3afa87

Analogous Colors of #873afa

#873afa #e73afa #3a4dfa

Monochromatic Colors of #873afa

#873afa

Complementary Color

#873afa #adfa3a

#873afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#873afa Color CSS Codes

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

#873afa Text Font Color

<p style="color:#873afa">Text here</p>

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


#873afa Background Color

<div style="background-color:#873afa">
Div content here</div>

This div background color is #873afa


#873afa Border Color

<div style="border:3px solid #873afa">
Div here</div>

This div border color is #873afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,58,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #873afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #873afa;
  -webkit-box-shadow: 1px 1px 3px 2px #873afa;
  box-shadow:         1px 1px 3px 2px #873afa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,58,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873afa


Comments

No comments written yet.

Please login to write comment.