Color Hex Logo

#872aec Color Hex

#872AEC
(135,42,236)
0 Favorites   0 Comments

Color spaces of #872aec

RGB 13542236
HSL0.750.840.55
HSV269°82°93°
CMYK 0.430.820.00   0.07
XYZ25.960012.863080.4714
Yxy12.86300.21760.1078
Hunter Lab35.865066.4390-107.9252
CIE-Lab42.556172.0115-79.8657

#872aec color RGB value is (135,42,236).

#872aec hex color red value is 135, green value is 42 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #872aec hue: 0.75 , saturation: 0.84 and the lightness value of 872aec is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101010 11101100
Octal 207 52 354
Decimal 135 42 236
Hex 87 2A EC

RGB Percentages of Color #872aec

%32.69
%10.17
%57.14

CMYK Percentages of Color #872aec

%43
%82
%0
%7

Triadic Colors of #872aec

#872aec #ec872a #2aec87

Analogous Colors of #872aec

#872aec #e82aec #2a2eec

Monochromatic Colors of #872aec

#872aec

Complementary Color

#872aec #8fec2a

#872aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#872aec Color CSS Codes

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

#872aec Text Font Color

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

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


#872aec Background Color

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

This div background color is #872aec


#872aec Border Color

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

This div border color is #872aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872aec


Comments

No comments written yet.

Please login to write comment.