Color Hex Logo

#872ffa Color Hex

#872FFA
(135,47,250)
0 Favorites   0 Comments

Color spaces of #872ffa

RGB 13547250
HSL0.740.950.58
HSV266°81°98°
CMYK 0.460.810.00   0.02
XYZ28.263514.086191.6717
Yxy14.08610.21090.1051
Hunter Lab37.531568.7415-118.5456
CIE-Lab44.356273.5772-84.7897

#872ffa color RGB value is (135,47,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101111 11111010
Octal 207 57 372
Decimal 135 47 250
Hex 87 2F FA

RGB Percentages of Color #872ffa

%31.25
%10.88
%57.87

CMYK Percentages of Color #872ffa

%46
%81
%0
%2

Triadic Colors of #872ffa

#872ffa #fa872f #2ffa87

Analogous Colors of #872ffa

#872ffa #ed2ffa #2f3cfa

Monochromatic Colors of #872ffa

#872ffa

Complementary Color

#872ffa #a2fa2f

#872ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#872ffa Color CSS Codes

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

#872ffa Text Font Color

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

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


#872ffa Background Color

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

This div background color is #872ffa


#872ffa Border Color

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

This div border color is #872ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.