Color Hex Logo

#873fed Color Hex

#873FED
(135,63,237)
0 Favorites   0 Comments

Color spaces of #873fed

RGB 13563237
HSL0.740.830.59
HSV265°73°93°
CMYK 0.430.730.00   0.07
XYZ27.055214.820381.5554
Yxy14.82030.21920.1201
Hunter Lab38.497158.0771-98.6566
CIE-Lab45.387164.3083-75.7930

#873fed color RGB value is (135,63,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111111 11101101
Octal 207 77 355
Decimal 135 63 237
Hex 87 3F ED

RGB Percentages of Color #873fed

%31.03
%14.48
%54.48

CMYK Percentages of Color #873fed

%43
%73
%0
%7

Triadic Colors of #873fed

#873fed #ed873f #3fed87

Analogous Colors of #873fed

#873fed #de3fed #3f4eed

Monochromatic Colors of #873fed

#873fed

Complementary Color

#873fed #a5ed3f

#873fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#873fed Color CSS Codes

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

#873fed Text Font Color

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

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


#873fed Background Color

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

This div background color is #873fed


#873fed Border Color

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

This div border color is #873fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873fed


Comments

No comments written yet.

Please login to write comment.