Color Hex Logo

#8906fd Color Hex

#8906FD
(137,6,253)
0 Favorites   0 Comments

Color spaces of #8906fd

RGB 1376253
HSL0.760.980.51
HSV272°98°99°
CMYK 0.460.980.00   0.01
XYZ28.111312.540593.8674
Yxy12.54050.20900.0932
Hunter Lab35.412679.7254-132.3700
CIE-Lab42.062682.8632-90.2401

#8906fd color RGB value is (137,6,253).

#8906fd hex color red value is 137, green value is 6 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8906fd hue: 0.76 , saturation: 0.98 and the lightness value of 8906fd is 0.51.

The process color (four color CMYK) of #8906fd color hex is 0.46, 0.98, 0.00, 0.01. Web safe color of #8906fd is #9900ff. Color #8906fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000110 11111101
Octal 211 6 375
Decimal 137 6 253
Hex 89 6 FD

RGB Percentages of Color #8906fd

%34.60
%1.52
%63.89

CMYK Percentages of Color #8906fd

%46
%98
%0
%1

Triadic Colors of #8906fd

#8906fd #fd8906 #06fd89

Analogous Colors of #8906fd

#8906fd #fd06f6 #0e06fd

Monochromatic Colors of #8906fd

#8906fd

Complementary Color

#8906fd #7afd06

#8906fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8906fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8906fd Color CSS Codes

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

#8906fd Text Font Color

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

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


#8906fd Background Color

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

This div background color is #8906fd


#8906fd Border Color

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

This div border color is #8906fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,6,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 #8906fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8906fd

Related Colors


Comments

No comments written yet.

Please login to write comment.