Color Hex Logo

#873ccd Color Hex

#873CCD
(135,60,205)
0 Favorites   0 Comments

Color spaces of #873ccd

RGB 13560205
HSL0.750.590.52
HSV271°71°80°
CMYK 0.340.710.00   0.20
XYZ22.627012.790459.0338
Yxy12.79040.23960.1354
Hunter Lab35.763750.3472-72.8333
CIE-Lab42.445757.9631-62.3151

#873ccd color RGB value is (135,60,205).

#873ccd hex color red value is 135, green value is 60 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #873ccd hue: 0.75 , saturation: 0.59 and the lightness value of 873ccd is 0.52.

The process color (four color CMYK) of #873ccd color hex is 0.34, 0.71, 0.00, 0.20. Web safe color of #873ccd is #9933cc. Color #873ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111100 11001101
Octal 207 74 315
Decimal 135 60 205
Hex 87 3C CD

RGB Percentages of Color #873ccd

%33.75
%15.00
%51.25

CMYK Percentages of Color #873ccd

%34
%71
%0
%20

Triadic Colors of #873ccd

#873ccd #cd873c #3ccd87

Analogous Colors of #873ccd

#873ccd #cd3ccb #3f3ccd

Monochromatic Colors of #873ccd

#873ccd

Complementary Color

#873ccd #82cd3c

#873ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#873ccd Color CSS Codes

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

#873ccd Text Font Color

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

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


#873ccd Background Color

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

This div background color is #873ccd


#873ccd Border Color

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

This div border color is #873ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873ccd


Comments

No comments written yet.

Please login to write comment.