Color Hex Logo

#873efc Color Hex

#873EFC
(135,62,252)
0 Favorites   0 Comments

Color spaces of #873efc

RGB 13562252
HSL0.730.970.62
HSV263°75°99°
CMYK 0.460.750.00   0.01
XYZ29.285015.624493.5678
Yxy15.62440.21150.1128
Hunter Lab39.527763.0723-112.6786
CIE-Lab46.477868.4052-82.4249

#873efc color RGB value is (135,62,252).

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

The process color (four color CMYK) of #873efc color hex is 0.46, 0.75, 0.00, 0.01. Web safe color of #873efc is #9933ff. Color #873efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111110 11111100
Octal 207 76 374
Decimal 135 62 252
Hex 87 3E FC

RGB Percentages of Color #873efc

%30.07
%13.81
%56.12

CMYK Percentages of Color #873efc

%46
%75
%0
%1

Triadic Colors of #873efc

#873efc #fc873e #3efc87

Analogous Colors of #873efc

#873efc #e63efc #3e54fc

Monochromatic Colors of #873efc

#873efc

Complementary Color

#873efc #b3fc3e

#873efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#873efc Color CSS Codes

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

#873efc Text Font Color

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

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


#873efc Background Color

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

This div background color is #873efc


#873efc Border Color

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

This div border color is #873efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873efc

Related Colors


Comments

No comments written yet.

Please login to write comment.