Color Hex Logo

#872bdb Color Hex

#872BDB
(135,43,219)
0 Favorites   0 Comments

Color spaces of #872bdb

RGB 13543219
HSL0.750.710.51
HSV271°80°86°
CMYK 0.380.800.00   0.14
XYZ23.641711.993168.0867
Yxy11.99310.22790.1156
Hunter Lab34.631161.2529-92.3259
CIE-Lab41.205267.8750-72.3972

#872bdb color RGB value is (135,43,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101011 11011011
Octal 207 53 333
Decimal 135 43 219
Hex 87 2B DB

RGB Percentages of Color #872bdb

%34.01
%10.83
%55.16

CMYK Percentages of Color #872bdb

%38
%80
%0
%14

Triadic Colors of #872bdb

#872bdb #db872b #2bdb87

Analogous Colors of #872bdb

#872bdb #db2bd7 #2f2bdb

Monochromatic Colors of #872bdb

#872bdb

Complementary Color

#872bdb #7fdb2b

#872bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#872bdb Color CSS Codes

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

#872bdb Text Font Color

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

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


#872bdb Background Color

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

This div background color is #872bdb


#872bdb Border Color

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

This div border color is #872bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,43,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 #872bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872bdb


Comments

No comments written yet.

Please login to write comment.