Color Hex Logo

#873db5 Color Hex

#873DB5
(135,61,181)
0 Favorites   0 Comments

Color spaces of #873db5

RGB 13561181
HSL0.770.500.47
HSV277°66°71°
CMYK 0.250.660.00   0.29
XYZ20.000911.824644.9443
Yxy11.82460.26050.1540
Hunter Lab34.386943.6461-53.4222
CIE-Lab40.936051.9859-50.7483

#873db5 color RGB value is (135,61,181).

#873db5 hex color red value is 135, green value is 61 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #873db5 hue: 0.77 , saturation: 0.50 and the lightness value of 873db5 is 0.47.

The process color (four color CMYK) of #873db5 color hex is 0.25, 0.66, 0.00, 0.29. Web safe color of #873db5 is #9933cc. Color #873db5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111101 10110101
Octal 207 75 265
Decimal 135 61 181
Hex 87 3D B5

RGB Percentages of Color #873db5

%35.81
%16.18
%48.01

CMYK Percentages of Color #873db5

%25
%66
%0
%29

Triadic Colors of #873db5

#873db5 #b5873d #3db587

Analogous Colors of #873db5

#873db5 #b53da7 #4b3db5

Monochromatic Colors of #873db5

#873db5

Complementary Color

#873db5 #6bb53d

#873db5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873db5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873db5 Color CSS Codes

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

#873db5 Text Font Color

<p style="color:#873db5">Text here</p>

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


#873db5 Background Color

<div style="background-color:#873db5">
Div content here</div>

This div background color is #873db5


#873db5 Border Color

<div style="border:3px solid #873db5">
Div here</div>

This div border color is #873db5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,61,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #873db5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #873db5;
  -webkit-box-shadow: 1px 1px 3px 2px #873db5;
  box-shadow:         1px 1px 3px 2px #873db5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873db5


Comments

No comments written yet.

Please login to write comment.