Color Hex Logo

#873cfc Color Hex

#873CFC
(135,60,252)
0 Favorites   0 Comments

Color spaces of #873cfc

RGB 13560252
HSL0.730.970.61
HSV263°76°99°
CMYK 0.460.760.00   0.01
XYZ29.178215.410993.5322
Yxy15.41090.21130.1116
Hunter Lab39.256763.9738-113.7834
CIE-Lab46.191969.2265-82.8937

#873cfc color RGB value is (135,60,252).

#873cfc hex color red value is 135, green value is 60 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #873cfc hue: 0.73 , saturation: 0.97 and the lightness value of 873cfc is 0.61.

The process color (four color CMYK) of #873cfc color hex is 0.46, 0.76, 0.00, 0.01. Web safe color of #873cfc is #9933ff. Color #873cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111100 11111100
Octal 207 74 374
Decimal 135 60 252
Hex 87 3C FC

RGB Percentages of Color #873cfc

%30.20
%13.42
%56.38

CMYK Percentages of Color #873cfc

%46
%76
%0
%1

Triadic Colors of #873cfc

#873cfc #fc873c #3cfc87

Analogous Colors of #873cfc

#873cfc #e73cfc #3c51fc

Monochromatic Colors of #873cfc

#873cfc

Complementary Color

#873cfc #b1fc3c

#873cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#873cfc Color CSS Codes

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

#873cfc Text Font Color

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

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


#873cfc Background Color

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

This div background color is #873cfc


#873cfc Border Color

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

This div border color is #873cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.