Color Hex Logo

#873edf Color Hex

#873EDF
(135,62,223)
0 Favorites   0 Comments

Color spaces of #873edf

RGB 13562223
HSL0.740.720.56
HSV267°72°87°
CMYK 0.390.720.00   0.13
XYZ25.033613.923971.1802
Yxy13.92390.22730.1264
Hunter Lab37.314754.4507-86.9791
CIE-Lab44.123661.3492-69.9173

#873edf color RGB value is (135,62,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111110 11011111
Octal 207 76 337
Decimal 135 62 223
Hex 87 3E DF

RGB Percentages of Color #873edf

%32.14
%14.76
%53.10

CMYK Percentages of Color #873edf

%39
%72
%0
%13

Triadic Colors of #873edf

#873edf #df873e #3edf87

Analogous Colors of #873edf

#873edf #d83edf #3e45df

Monochromatic Colors of #873edf

#873edf

Complementary Color

#873edf #96df3e

#873edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#873edf Color CSS Codes

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

#873edf Text Font Color

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

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


#873edf Background Color

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

This div background color is #873edf


#873edf Border Color

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

This div border color is #873edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873edf


Comments

No comments written yet.

Please login to write comment.