Color Hex Logo

#872eba Color Hex

#872EBA
(135,46,186)
0 Favorites   0 Comments

Color spaces of #872eba

RGB 13546186
HSL0.770.600.45
HSV278°75°73°
CMYK 0.270.750.00   0.27
XYZ19.831610.650147.4648
Yxy10.65010.25440.1366
Hunter Lab32.634551.3620-63.3894
CIE-Lab38.984859.5547-56.8457

#872eba color RGB value is (135,46,186).

#872eba hex color red value is 135, green value is 46 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #872eba hue: 0.77 , saturation: 0.60 and the lightness value of 872eba is 0.45.

The process color (four color CMYK) of #872eba color hex is 0.27, 0.75, 0.00, 0.27. Web safe color of #872eba is #9933cc. Color #872eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101110 10111010
Octal 207 56 272
Decimal 135 46 186
Hex 87 2E BA

RGB Percentages of Color #872eba

%36.78
%12.53
%50.68

CMYK Percentages of Color #872eba

%27
%75
%0
%27

Triadic Colors of #872eba

#872eba #ba872e #2eba87

Analogous Colors of #872eba

#872eba #ba2ea7 #412eba

Monochromatic Colors of #872eba

#872eba

Complementary Color

#872eba #61ba2e

#872eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#872eba Color CSS Codes

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

#872eba Text Font Color

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

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


#872eba Background Color

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

This div background color is #872eba


#872eba Border Color

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

This div border color is #872eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872eba


Comments

No comments written yet.

Please login to write comment.