Color Hex Logo

#9011fb Color Hex

#9011FB
(144,17,251)
0 Favorites   0 Comments

Color spaces of #9011fb

RGB 14417251
HSL0.760.970.53
HSV273°93°98°
CMYK 0.430.930.00   0.02
XYZ29.114613.295292.2985
Yxy13.29520.21610.0987
Hunter Lab36.462678.7189-124.5582
CIE-Lab43.204781.8571-87.2044

#9011fb color RGB value is (144,17,251).

#9011fb hex color red value is 144, green value is 17 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9011fb hue: 0.76 , saturation: 0.97 and the lightness value of 9011fb is 0.53.

The process color (four color CMYK) of #9011fb color hex is 0.43, 0.93, 0.00, 0.02. Web safe color of #9011fb is #9900ff. Color #9011fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00010001 11111011
Octal 220 21 373
Decimal 144 17 251
Hex 90 11 FB

RGB Percentages of Color #9011fb

%34.95
%4.13
%60.92

CMYK Percentages of Color #9011fb

%43
%93
%0
%2

Triadic Colors of #9011fb

#9011fb #fb9011 #11fb90

Analogous Colors of #9011fb

#9011fb #fb11f1 #1b11fb

Monochromatic Colors of #9011fb

#9011fb

Complementary Color

#9011fb #7cfb11

#9011fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9011fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9011fb Color CSS Codes

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

#9011fb Text Font Color

<p style="color:#9011fb">Text here</p>

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


#9011fb Background Color

<div style="background-color:#9011fb">
Div content here</div>

This div background color is #9011fb


#9011fb Border Color

<div style="border:3px solid #9011fb">
Div here</div>

This div border color is #9011fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,17,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9011fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9011fb;
  -webkit-box-shadow: 1px 1px 3px 2px #9011fb;
  box-shadow:         1px 1px 3px 2px #9011fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,17,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9011fb


Comments

No comments written yet.

Please login to write comment.