Color Hex Logo

#872afa Color Hex

#872AFA
(135,42,250)
0 Favorites   0 Comments

Color spaces of #872afa

RGB 13542250
HSL0.740.950.57
HSV267°83°98°
CMYK 0.460.830.00   0.02
XYZ28.075013.709091.6089
Yxy13.70900.21050.1028
Hunter Lab37.025770.5541-120.7773
CIE-Lab43.812775.1762-85.6836

#872afa color RGB value is (135,42,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101010 11111010
Octal 207 52 372
Decimal 135 42 250
Hex 87 2A FA

RGB Percentages of Color #872afa

%31.62
%9.84
%58.55

CMYK Percentages of Color #872afa

%46
%83
%0
%2

Triadic Colors of #872afa

#872afa #fa872a #2afa87

Analogous Colors of #872afa

#872afa #ef2afa #2a35fa

Monochromatic Colors of #872afa

#872afa

Complementary Color

#872afa #9dfa2a

#872afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#872afa Color CSS Codes

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

#872afa Text Font Color

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

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


#872afa Background Color

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

This div background color is #872afa


#872afa Border Color

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

This div border color is #872afa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,42,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 #872afa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872afa


Comments

No comments written yet.

Please login to write comment.