Color Hex Logo

#872bad Color Hex

#872BAD
(135,43,173)
0 Favorites   0 Comments

Color spaces of #872bad

RGB 13543173
HSL0.780.600.42
HSV282°75°68°
CMYK 0.220.750.00   0.32
XYZ18.39849.895840.4755
Yxy9.89580.26750.1439
Hunter Lab31.457649.3474-54.2663
CIE-Lab37.654857.9643-51.2968

#872bad color RGB value is (135,43,173).

#872bad hex color red value is 135, green value is 43 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #872bad hue: 0.78 , saturation: 0.60 and the lightness value of 872bad is 0.42.

The process color (four color CMYK) of #872bad color hex is 0.22, 0.75, 0.00, 0.32. Web safe color of #872bad is #993399. Color #872bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101011 10101101
Octal 207 53 255
Decimal 135 43 173
Hex 87 2B AD

RGB Percentages of Color #872bad

%38.46
%12.25
%49.29

CMYK Percentages of Color #872bad

%22
%75
%0
%32

Triadic Colors of #872bad

#872bad #ad872b #2bad87

Analogous Colors of #872bad

#872bad #ad2b92 #462bad

Monochromatic Colors of #872bad

#872bad

Complementary Color

#872bad #51ad2b

#872bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#872bad Color CSS Codes

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

#872bad Text Font Color

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

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


#872bad Background Color

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

This div background color is #872bad


#872bad Border Color

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

This div border color is #872bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872bad


Comments

No comments written yet.

Please login to write comment.