Color Hex Logo

#8673fd Color Hex

#8673FD
(134,115,253)
0 Favorites   0 Comments

Color spaces of #8673fd

RGB 134115253
HSL0.690.970.72
HSV248°55°99°
CMYK 0.470.550.00   0.01
XYZ33.691924.421695.8666
Yxy24.42160.21880.1586
Hunter Lab49.418235.2142-80.4242
CIE-Lab56.507541.3286-66.6770

#8673fd color RGB value is (134,115,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110011 11111101
Octal 206 163 375
Decimal 134 115 253
Hex 86 73 FD

RGB Percentages of Color #8673fd

%26.69
%22.91
%50.40

CMYK Percentages of Color #8673fd

%47
%55
%0
%1

Triadic Colors of #8673fd

#8673fd #fd8673 #73fd86

Analogous Colors of #8673fd

#8673fd #cb73fd #73a5fd

Monochromatic Colors of #8673fd

#8673fd

Complementary Color

#8673fd #eafd73

#8673fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8673fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8673fd Color CSS Codes

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

#8673fd Text Font Color

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

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


#8673fd Background Color

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

This div background color is #8673fd


#8673fd Border Color

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

This div border color is #8673fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,115,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8673fd


Comments

No comments written yet.

Please login to write comment.