Color Hex Logo

#873cce Color Hex

#873CCE
(135,60,206)
0 Favorites   0 Comments

Color spaces of #873cce

RGB 13560206
HSL0.750.600.52
HSV271°71°81°
CMYK 0.340.710.00   0.19
XYZ22.748112.838859.6717
Yxy12.83880.23880.1348
Hunter Lab35.831350.6191-73.6569
CIE-Lab42.519358.1976-62.7735

#873cce color RGB value is (135,60,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111100 11001110
Octal 207 74 316
Decimal 135 60 206
Hex 87 3C CE

RGB Percentages of Color #873cce

%33.67
%14.96
%51.37

CMYK Percentages of Color #873cce

%34
%71
%0
%19

Triadic Colors of #873cce

#873cce #ce873c #3cce87

Analogous Colors of #873cce

#873cce #ce3ccc #3e3cce

Monochromatic Colors of #873cce

#873cce

Complementary Color

#873cce #83ce3c

#873cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#873cce Color CSS Codes

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

#873cce Text Font Color

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

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


#873cce Background Color

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

This div background color is #873cce


#873cce Border Color

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

This div border color is #873cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873cce


Comments

No comments written yet.

Please login to write comment.