Color Hex Logo

#873bef Color Hex

#873BEF
(135,59,239)
0 Favorites   0 Comments

Color spaces of #873bef

RGB 13559239
HSL0.740.850.58
HSV265°75°94°
CMYK 0.440.750.00   0.06
XYZ27.135614.510883.0320
Yxy14.51080.21760.1164
Hunter Lab38.093060.4917-102.5702
CIE-Lab44.956766.4886-77.6246

#873bef color RGB value is (135,59,239).

#873bef hex color red value is 135, green value is 59 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #873bef hue: 0.74 , saturation: 0.85 and the lightness value of 873bef is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111011 11101111
Octal 207 73 357
Decimal 135 59 239
Hex 87 3B EF

RGB Percentages of Color #873bef

%31.18
%13.63
%55.20

CMYK Percentages of Color #873bef

%44
%75
%0
%6

Triadic Colors of #873bef

#873bef #ef873b #3bef87

Analogous Colors of #873bef

#873bef #e13bef #3b49ef

Monochromatic Colors of #873bef

#873bef

Complementary Color

#873bef #a3ef3b

#873bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#873bef Color CSS Codes

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

#873bef Text Font Color

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

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


#873bef Background Color

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

This div background color is #873bef


#873bef Border Color

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

This div border color is #873bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873bef


Comments

No comments written yet.

Please login to write comment.