Color Hex Logo

#872bae Color Hex

#872BAE
(135,43,174)
0 Favorites   0 Comments

Color spaces of #872bae

RGB 13543174
HSL0.780.600.43
HSV282°75°68°
CMYK 0.220.750.00   0.32
XYZ18.49559.934640.9872
Yxy9.93460.26640.1431
Hunter Lab31.519249.5854-55.0366
CIE-Lab37.724858.1703-51.7795

#872bae color RGB value is (135,43,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101011 10101110
Octal 207 53 256
Decimal 135 43 174
Hex 87 2B AE

RGB Percentages of Color #872bae

%38.35
%12.22
%49.43

CMYK Percentages of Color #872bae

%22
%75
%0
%32

Triadic Colors of #872bae

#872bae #ae872b #2bae87

Analogous Colors of #872bae

#872bae #ae2b94 #462bae

Monochromatic Colors of #872bae

#872bae

Complementary Color

#872bae #52ae2b

#872bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#872bae Color CSS Codes

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

#872bae Text Font Color

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

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


#872bae Background Color

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

This div background color is #872bae


#872bae Border Color

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

This div border color is #872bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872bae


Comments

No comments written yet.

Please login to write comment.