Color Hex Logo

#873ebd Color Hex

#873EBD
(135,62,189)
0 Favorites   0 Comments

Color spaces of #873ebd

RGB 13562189
HSL0.760.510.49
HSV274°67°74°
CMYK 0.290.670.00   0.26
XYZ20.899612.270349.4110
Yxy12.27030.25310.1486
Hunter Lab35.029045.1990-59.1127
CIE-Lab41.642553.3297-54.3083

#873ebd color RGB value is (135,62,189).

#873ebd hex color red value is 135, green value is 62 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #873ebd hue: 0.76 , saturation: 0.51 and the lightness value of 873ebd is 0.49.

The process color (four color CMYK) of #873ebd color hex is 0.29, 0.67, 0.00, 0.26. Web safe color of #873ebd is #9933cc. Color #873ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111110 10111101
Octal 207 76 275
Decimal 135 62 189
Hex 87 3E BD

RGB Percentages of Color #873ebd

%34.97
%16.06
%48.96

CMYK Percentages of Color #873ebd

%29
%67
%0
%26

Triadic Colors of #873ebd

#873ebd #bd873e #3ebd87

Analogous Colors of #873ebd

#873ebd #bd3eb4 #483ebd

Monochromatic Colors of #873ebd

#873ebd

Complementary Color

#873ebd #74bd3e

#873ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#873ebd Color CSS Codes

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

#873ebd Text Font Color

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

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


#873ebd Background Color

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

This div background color is #873ebd


#873ebd Border Color

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

This div border color is #873ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873ebd


Comments

No comments written yet.

Please login to write comment.