Color Hex Logo

#9071fa Color Hex

#9071FA
(144,113,250)
0 Favorites   0 Comments

Color spaces of #9071fa

RGB 144113250
HSL0.700.930.71
HSV254°55°98°
CMYK 0.420.550.00   0.02
XYZ34.662024.641793.3719
Yxy24.64170.22700.1614
Hunter Lab49.640437.7690-76.7742
CIE-Lab56.724643.7567-64.6251

#9071fa color RGB value is (144,113,250).

#9071fa hex color red value is 144, green value is 113 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9071fa hue: 0.70 , saturation: 0.93 and the lightness value of 9071fa is 0.71.

The process color (four color CMYK) of #9071fa color hex is 0.42, 0.55, 0.00, 0.02. Web safe color of #9071fa is #9966ff. Color #9071fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110001 11111010
Octal 220 161 372
Decimal 144 113 250
Hex 90 71 FA

RGB Percentages of Color #9071fa

%28.40
%22.29
%49.31

CMYK Percentages of Color #9071fa

%42
%55
%0
%2

Triadic Colors of #9071fa

#9071fa #fa9071 #71fa90

Analogous Colors of #9071fa

#9071fa #d571fa #7197fa

Monochromatic Colors of #9071fa

#9071fa

Complementary Color

#9071fa #dbfa71

#9071fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9071fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9071fa Color CSS Codes

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

#9071fa Text Font Color

<p style="color:#9071fa">Text here</p>

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


#9071fa Background Color

<div style="background-color:#9071fa">
Div content here</div>

This div background color is #9071fa


#9071fa Border Color

<div style="border:3px solid #9071fa">
Div here</div>

This div border color is #9071fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,113,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9071fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9071fa;
  -webkit-box-shadow: 1px 1px 3px 2px #9071fa;
  box-shadow:         1px 1px 3px 2px #9071fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9071fa


Comments

No comments written yet.

Please login to write comment.