Color Hex Logo

#872cdb Color Hex

#872CDB
(135,44,219)
0 Favorites   0 Comments

Color spaces of #872cdb

RGB 13544219
HSL0.750.710.52
HSV271°80°86°
CMYK 0.380.800.00   0.14
XYZ23.678512.066768.0989
Yxy12.06670.22800.1162
Hunter Lab34.737260.8841-91.9164
CIE-Lab41.321967.5347-72.2061

#872cdb color RGB value is (135,44,219).

#872cdb hex color red value is 135, green value is 44 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #872cdb hue: 0.75 , saturation: 0.71 and the lightness value of 872cdb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101100 11011011
Octal 207 54 333
Decimal 135 44 219
Hex 87 2C DB

RGB Percentages of Color #872cdb

%33.92
%11.06
%55.03

CMYK Percentages of Color #872cdb

%38
%80
%0
%14

Triadic Colors of #872cdb

#872cdb #db872c #2cdb87

Analogous Colors of #872cdb

#872cdb #db2cd8 #2f2cdb

Monochromatic Colors of #872cdb

#872cdb

Complementary Color

#872cdb #80db2c

#872cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#872cdb Color CSS Codes

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

#872cdb Text Font Color

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

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


#872cdb Background Color

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

This div background color is #872cdb


#872cdb Border Color

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

This div border color is #872cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872cdb


Comments

No comments written yet.

Please login to write comment.