Color Hex Logo

#873cfb Color Hex

#873CFB
(135,60,251)
0 Favorites   0 Comments

Color spaces of #873cfb

RGB 13560251
HSL0.730.960.61
HSV264°76°98°
CMYK 0.460.760.00   0.02
XYZ29.020115.347692.6996
Yxy15.34760.21170.1120
Hunter Lab39.176063.6680-112.8708
CIE-Lab46.106768.9837-82.4749

#873cfb color RGB value is (135,60,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111100 11111011
Octal 207 74 373
Decimal 135 60 251
Hex 87 3C FB

RGB Percentages of Color #873cfb

%30.27
%13.45
%56.28

CMYK Percentages of Color #873cfb

%46
%76
%0
%2

Triadic Colors of #873cfb

#873cfb #fb873c #3cfb87

Analogous Colors of #873cfb

#873cfb #e73cfb #3c51fb

Monochromatic Colors of #873cfb

#873cfb

Complementary Color

#873cfb #b0fb3c

#873cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#873cfb Color CSS Codes

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

#873cfb Text Font Color

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

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


#873cfb Background Color

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

This div background color is #873cfb


#873cfb Border Color

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

This div border color is #873cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873cfb


Comments

No comments written yet.

Please login to write comment.