Color Hex Logo

#873dfc Color Hex

#873DFC
(135,61,252)
0 Favorites   0 Comments

Color spaces of #873dfc

RGB 13561252
HSL0.730.970.61
HSV263°76°99°
CMYK 0.460.760.00   0.01
XYZ29.231115.516793.5498
Yxy15.51670.21140.1122
Hunter Lab39.391263.5250-113.2333
CIE-Lab46.333968.8181-82.6608

#873dfc color RGB value is (135,61,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111101 11111100
Octal 207 75 374
Decimal 135 61 252
Hex 87 3D FC

RGB Percentages of Color #873dfc

%30.13
%13.62
%56.25

CMYK Percentages of Color #873dfc

%46
%76
%0
%1

Triadic Colors of #873dfc

#873dfc #fc873d #3dfc87

Analogous Colors of #873dfc

#873dfc #e73dfc #3d53fc

Monochromatic Colors of #873dfc

#873dfc

Complementary Color

#873dfc #b2fc3d

#873dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#873dfc Color CSS Codes

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

#873dfc Text Font Color

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

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


#873dfc Background Color

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

This div background color is #873dfc


#873dfc Border Color

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

This div border color is #873dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.