Color Hex Logo

#872ca7 Color Hex

#872CA7
(135,44,167)
0 Favorites   0 Comments

Color spaces of #872ca7

RGB 13544167
HSL0.790.580.41
HSV284°74°65°
CMYK 0.190.740.00   0.35
XYZ17.86749.742337.4979
Yxy9.74230.27440.1496
Hunter Lab31.212747.5585-49.3803
CIE-Lab37.375956.3565-48.1611

#872ca7 color RGB value is (135,44,167).

#872ca7 hex color red value is 135, green value is 44 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #872ca7 hue: 0.79 , saturation: 0.58 and the lightness value of 872ca7 is 0.41.

The process color (four color CMYK) of #872ca7 color hex is 0.19, 0.74, 0.00, 0.35. Web safe color of #872ca7 is #993399. Color #872ca7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101100 10100111
Octal 207 54 247
Decimal 135 44 167
Hex 87 2C A7

RGB Percentages of Color #872ca7

%39.02
%12.72
%48.27

CMYK Percentages of Color #872ca7

%19
%74
%0
%35

Triadic Colors of #872ca7

#872ca7 #a7872c #2ca787

Analogous Colors of #872ca7

#872ca7 #a72c8a #4a2ca7

Monochromatic Colors of #872ca7

#872ca7

Complementary Color

#872ca7 #4ca72c

#872ca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872ca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872ca7 Color CSS Codes

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

#872ca7 Text Font Color

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

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


#872ca7 Background Color

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

This div background color is #872ca7


#872ca7 Border Color

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

This div border color is #872ca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872ca7


Comments

No comments written yet.

Please login to write comment.