Color Hex Logo

#872bea Color Hex

#872BEA
(135,43,234)
0 Favorites   0 Comments

Color spaces of #872bea

RGB 13543234
HSL0.750.820.54
HSV269°82°92°
CMYK 0.420.820.00   0.08
XYZ25.706812.819278.9613
Yxy12.81920.21880.1091
Hunter Lab35.803965.5041-105.6944
CIE-Lab42.489671.2401-78.8421

#872bea color RGB value is (135,43,234).

#872bea hex color red value is 135, green value is 43 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #872bea hue: 0.75 , saturation: 0.82 and the lightness value of 872bea is 0.54.

The process color (four color CMYK) of #872bea color hex is 0.42, 0.82, 0.00, 0.08. Web safe color of #872bea is #9933ff. Color #872bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101011 11101010
Octal 207 53 352
Decimal 135 43 234
Hex 87 2B EA

RGB Percentages of Color #872bea

%32.77
%10.44
%56.80

CMYK Percentages of Color #872bea

%42
%82
%0
%8

Triadic Colors of #872bea

#872bea #ea872b #2bea87

Analogous Colors of #872bea

#872bea #e72bea #2b2eea

Monochromatic Colors of #872bea

#872bea

Complementary Color

#872bea #8eea2b

#872bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#872bea Color CSS Codes

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

#872bea Text Font Color

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

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


#872bea Background Color

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

This div background color is #872bea


#872bea Border Color

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

This div border color is #872bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872bea


Comments

No comments written yet.

Please login to write comment.