Color Hex Logo

#873fdf Color Hex

#873FDF
(135,63,223)
0 Favorites   0 Comments

Color spaces of #873fdf

RGB 13563223
HSL0.740.710.56
HSV267°72°87°
CMYK 0.390.720.00   0.13
XYZ25.088514.033671.1985
Yxy14.03360.22740.1272
Hunter Lab37.461453.9866-86.4624
CIE-Lab44.281160.9045-69.6607

#873fdf color RGB value is (135,63,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111111 11011111
Octal 207 77 337
Decimal 135 63 223
Hex 87 3F DF

RGB Percentages of Color #873fdf

%32.07
%14.96
%52.97

CMYK Percentages of Color #873fdf

%39
%72
%0
%13

Triadic Colors of #873fdf

#873fdf #df873f #3fdf87

Analogous Colors of #873fdf

#873fdf #d73fdf #3f47df

Monochromatic Colors of #873fdf

#873fdf

Complementary Color

#873fdf #97df3f

#873fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#873fdf Color CSS Codes

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

#873fdf Text Font Color

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

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


#873fdf Background Color

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

This div background color is #873fdf


#873fdf Border Color

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

This div border color is #873fdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,63,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 #873fdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873fdf


Comments

No comments written yet.

Please login to write comment.