Color Hex Logo

#873bdf Color Hex

#873BDF
(135,59,223)
0 Favorites   0 Comments

Color spaces of #873bdf

RGB 13559223
HSL0.740.720.55
HSV268°74°87°
CMYK 0.390.740.00   0.13
XYZ24.874913.606571.1273
Yxy13.60650.22690.1241
Hunter Lab36.887055.8200-88.5050
CIE-Lab43.663262.6548-70.6680

#873bdf color RGB value is (135,59,223).

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

The process color (four color CMYK) of #873bdf color hex is 0.39, 0.74, 0.00, 0.13. Web safe color of #873bdf is #9933cc. Color #873bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111011 11011111
Octal 207 73 337
Decimal 135 59 223
Hex 87 3B DF

RGB Percentages of Color #873bdf

%32.37
%14.15
%53.48

CMYK Percentages of Color #873bdf

%39
%74
%0
%13

Triadic Colors of #873bdf

#873bdf #df873b #3bdf87

Analogous Colors of #873bdf

#873bdf #d93bdf #3b41df

Monochromatic Colors of #873bdf

#873bdf

Complementary Color

#873bdf #93df3b

#873bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#873bdf Color CSS Codes

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

#873bdf Text Font Color

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

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


#873bdf Background Color

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

This div background color is #873bdf


#873bdf Border Color

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

This div border color is #873bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873bdf


Comments

No comments written yet.

Please login to write comment.