Color Hex Logo

#872ace Color Hex

#872ACE
(135,42,206)
0 Favorites   0 Comments

Color spaces of #872ace

RGB 13542206
HSL0.760.660.49
HSV274°80°81°
CMYK 0.340.800.00   0.19
XYZ21.960211.263159.4091
Yxy11.26310.23710.1216
Hunter Lab33.560558.0698-81.4632
CIE-Lab40.020165.3439-66.8420

#872ace color RGB value is (135,42,206).

#872ace hex color red value is 135, green value is 42 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #872ace hue: 0.76 , saturation: 0.66 and the lightness value of 872ace is 0.49.

The process color (four color CMYK) of #872ace color hex is 0.34, 0.80, 0.00, 0.19. Web safe color of #872ace is #9933cc. Color #872ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101010 11001110
Octal 207 52 316
Decimal 135 42 206
Hex 87 2A CE

RGB Percentages of Color #872ace

%35.25
%10.97
%53.79

CMYK Percentages of Color #872ace

%34
%80
%0
%19

Triadic Colors of #872ace

#872ace #ce872a #2ace87

Analogous Colors of #872ace

#872ace #ce2ac3 #352ace

Monochromatic Colors of #872ace

#872ace

Complementary Color

#872ace #71ce2a

#872ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#872ace Color CSS Codes

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

#872ace Text Font Color

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

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


#872ace Background Color

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

This div background color is #872ace


#872ace Border Color

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

This div border color is #872ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872ace


Comments

No comments written yet.

Please login to write comment.