Color Hex Logo

#873ffc Color Hex

#873FFC
(135,63,252)
0 Favorites   0 Comments

Color spaces of #873ffc

RGB 13563252
HSL0.730.970.62
HSV263°75°99°
CMYK 0.460.750.00   0.01
XYZ29.339915.734293.5861
Yxy15.73420.21160.1135
Hunter Lab39.666462.6144-112.1183
CIE-Lab46.623867.9868-82.1855

#873ffc color RGB value is (135,63,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111111 11111100
Octal 207 77 374
Decimal 135 63 252
Hex 87 3F FC

RGB Percentages of Color #873ffc

%30.00
%14.00
%56.00

CMYK Percentages of Color #873ffc

%46
%75
%0
%1

Triadic Colors of #873ffc

#873ffc #fc873f #3ffc87

Analogous Colors of #873ffc

#873ffc #e63ffc #3f56fc

Monochromatic Colors of #873ffc

#873ffc

Complementary Color

#873ffc #b4fc3f

#873ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#873ffc Color CSS Codes

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

#873ffc Text Font Color

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

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


#873ffc Background Color

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

This div background color is #873ffc


#873ffc Border Color

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

This div border color is #873ffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,63,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 #873ffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873ffc


Comments

No comments written yet.

Please login to write comment.