Color Hex Logo

#8673fc Color Hex

#8673FC
(134,115,252)
1 Favorites   0 Comments

Color spaces of #8673fc

RGB 134115252
HSL0.690.960.72
HSV248°54°99°
CMYK 0.470.540.00   0.01
XYZ33.532924.358195.0297
Yxy24.35810.21930.1593
Hunter Lab49.353934.9102-79.6136
CIE-Lab56.444641.0422-66.2260

#8673fc color RGB value is (134,115,252).

#8673fc hex color red value is 134, green value is 115 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8673fc hue: 0.69 , saturation: 0.96 and the lightness value of 8673fc is 0.72.

The process color (four color CMYK) of #8673fc color hex is 0.47, 0.54, 0.00, 0.01. Web safe color of #8673fc is #9966ff. Color #8673fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110011 11111100
Octal 206 163 374
Decimal 134 115 252
Hex 86 73 FC

RGB Percentages of Color #8673fc

%26.75
%22.95
%50.30

CMYK Percentages of Color #8673fc

%47
%54
%0
%1

Triadic Colors of #8673fc

#8673fc #fc8673 #73fc86

Analogous Colors of #8673fc

#8673fc #cb73fc #73a5fc

Monochromatic Colors of #8673fc

#8673fc

Complementary Color

#8673fc #e9fc73

#8673fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8673fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8673fc Color CSS Codes

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

#8673fc Text Font Color

<p style="color:#8673fc">Text here</p>

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


#8673fc Background Color

<div style="background-color:#8673fc">
Div content here</div>

This div background color is #8673fc


#8673fc Border Color

<div style="border:3px solid #8673fc">
Div here</div>

This div border color is #8673fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,115,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8673fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8673fc;
  -webkit-box-shadow: 1px 1px 3px 2px #8673fc;
  box-shadow:         1px 1px 3px 2px #8673fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,115,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 #8673fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8673fc

#8673fc Color Palettes


Comments

No comments written yet.

Please login to write comment.