Color Hex Logo

#873aff Color Hex

#873AFF
(135,58,255)
0 Favorites   0 Comments

Color spaces of #873aff

RGB 13558255
HSL0.731.000.61
HSV263°77°100°
CMYK 0.470.770.00   0.00
XYZ29.554715.397096.0220
Yxy15.39700.20960.1092
Hunter Lab39.239065.7774-117.6216
CIE-Lab46.173270.7516-84.5981

#873aff color RGB value is (135,58,255).

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

The process color (four color CMYK) of #873aff color hex is 0.47, 0.77, 0.00, 0.00. Web safe color of #873aff is #9933ff. Color #873aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111010 11111111
Octal 207 72 377
Decimal 135 58 255
Hex 87 3A FF

RGB Percentages of Color #873aff

%30.13
%12.95
%56.92

CMYK Percentages of Color #873aff

%47
%77
%0
%0

Triadic Colors of #873aff

#873aff #ff873a #3aff87

Analogous Colors of #873aff

#873aff #ea3aff #3a4fff

Monochromatic Colors of #873aff

#873aff

Complementary Color

#873aff #b2ff3a

#873aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#873aff Color CSS Codes

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

#873aff Text Font Color

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

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


#873aff Background Color

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

This div background color is #873aff


#873aff Border Color

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

This div border color is #873aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873aff


Comments

No comments written yet.

Please login to write comment.