Color Hex Logo

#872fbc Color Hex

#872FBC
(135,47,188)
0 Favorites   0 Comments

Color spaces of #872fbc

RGB 13547188
HSL0.770.600.46
HSV277°75°74°
CMYK 0.280.750.00   0.26
XYZ20.085310.814848.6058
Yxy10.81480.25260.1360
Hunter Lab32.885951.4700-64.6114
CIE-Lab39.266859.5985-57.5650

#872fbc color RGB value is (135,47,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101111 10111100
Octal 207 57 274
Decimal 135 47 188
Hex 87 2F BC

RGB Percentages of Color #872fbc

%36.49
%12.70
%50.81

CMYK Percentages of Color #872fbc

%28
%75
%0
%26

Triadic Colors of #872fbc

#872fbc #bc872f #2fbc87

Analogous Colors of #872fbc

#872fbc #bc2fab #412fbc

Monochromatic Colors of #872fbc

#872fbc

Complementary Color

#872fbc #64bc2f

#872fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#872fbc Color CSS Codes

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

#872fbc Text Font Color

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

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


#872fbc Background Color

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

This div background color is #872fbc


#872fbc Border Color

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

This div border color is #872fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872fbc


Comments

No comments written yet.

Please login to write comment.