Color Hex Logo

#873bcb Color Hex

#873BCB
(135,59,203)
0 Favorites   0 Comments

Color spaces of #873bcb

RGB 13559203
HSL0.750.580.51
HSV272°71°80°
CMYK 0.330.710.00   0.20
XYZ22.335112.590657.7530
Yxy12.59060.24100.1359
Hunter Lab35.483250.2621-71.6630
CIE-Lab42.139857.9434-61.6545

#873bcb color RGB value is (135,59,203).

#873bcb hex color red value is 135, green value is 59 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #873bcb hue: 0.75 , saturation: 0.58 and the lightness value of 873bcb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111011 11001011
Octal 207 73 313
Decimal 135 59 203
Hex 87 3B CB

RGB Percentages of Color #873bcb

%34.01
%14.86
%51.13

CMYK Percentages of Color #873bcb

%33
%71
%0
%20

Triadic Colors of #873bcb

#873bcb #cb873b #3bcb87

Analogous Colors of #873bcb

#873bcb #cb3bc7 #3f3bcb

Monochromatic Colors of #873bcb

#873bcb

Complementary Color

#873bcb #7fcb3b

#873bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#873bcb Color CSS Codes

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

#873bcb Text Font Color

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

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


#873bcb Background Color

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

This div background color is #873bcb


#873bcb Border Color

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

This div border color is #873bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873bcb


Comments

No comments written yet.

Please login to write comment.