Color Hex Logo

#873fec Color Hex

#873FEC
(135,63,236)
0 Favorites   0 Comments

Color spaces of #873fec

RGB 13563236
HSL0.740.820.59
HSV265°73°93°
CMYK 0.430.730.00   0.07
XYZ26.909514.762080.7880
Yxy14.76200.21970.1205
Hunter Lab38.421357.7803-97.7733
CIE-Lab45.306564.0642-75.3605

#873fec color RGB value is (135,63,236).

#873fec hex color red value is 135, green value is 63 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #873fec hue: 0.74 , saturation: 0.82 and the lightness value of 873fec is 0.59.

The process color (four color CMYK) of #873fec color hex is 0.43, 0.73, 0.00, 0.07. Web safe color of #873fec is #9933ff. Color #873fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111111 11101100
Octal 207 77 354
Decimal 135 63 236
Hex 87 3F EC

RGB Percentages of Color #873fec

%31.11
%14.52
%54.38

CMYK Percentages of Color #873fec

%43
%73
%0
%7

Triadic Colors of #873fec

#873fec #ec873f #3fec87

Analogous Colors of #873fec

#873fec #de3fec #3f4eec

Monochromatic Colors of #873fec

#873fec

Complementary Color

#873fec #a4ec3f

#873fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#873fec Color CSS Codes

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

#873fec Text Font Color

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

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


#873fec Background Color

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

This div background color is #873fec


#873fec Border Color

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

This div border color is #873fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873fec


Comments

No comments written yet.

Please login to write comment.