Color Hex Logo

#873cfe Color Hex

#873CFE
(135,60,254)
0 Favorites   0 Comments

Color spaces of #873cfe

RGB 13560254
HSL0.730.990.62
HSV263°76°100°
CMYK 0.470.760.00   0.00
XYZ29.496915.538495.2105
Yxy15.53840.21030.1108
Hunter Lab39.418864.5879-115.6135
CIE-Lab46.363069.7128-83.7292

#873cfe color RGB value is (135,60,254).

#873cfe hex color red value is 135, green value is 60 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #873cfe hue: 0.73 , saturation: 0.99 and the lightness value of 873cfe is 0.62.

The process color (four color CMYK) of #873cfe color hex is 0.47, 0.76, 0.00, 0.00. Web safe color of #873cfe is #9933ff. Color #873cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111100 11111110
Octal 207 74 376
Decimal 135 60 254
Hex 87 3C FE

RGB Percentages of Color #873cfe

%30.07
%13.36
%56.57

CMYK Percentages of Color #873cfe

%47
%76
%0
%0

Triadic Colors of #873cfe

#873cfe #fe873c #3cfe87

Analogous Colors of #873cfe

#873cfe #e83cfe #3c52fe

Monochromatic Colors of #873cfe

#873cfe

Complementary Color

#873cfe #b3fe3c

#873cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#873cfe Color CSS Codes

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

#873cfe Text Font Color

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

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


#873cfe Background Color

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

This div background color is #873cfe


#873cfe Border Color

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

This div border color is #873cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.