Color Hex Logo

#913cfa Color Hex

#913CFA
(145,60,250)
0 Favorites   0 Comments

Color spaces of #913cfa

RGB 14560250
HSL0.740.950.61
HSV267°76°98°
CMYK 0.420.760.00   0.02
XYZ30.548216.153691.9504
Yxy16.15360.22030.1165
Hunter Lab40.191565.3365-107.5099
CIE-Lab47.175470.1859-80.1202

#913cfa color RGB value is (145,60,250).

#913cfa hex color red value is 145, green value is 60 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #913cfa hue: 0.74 , saturation: 0.95 and the lightness value of 913cfa is 0.61.

The process color (four color CMYK) of #913cfa color hex is 0.42, 0.76, 0.00, 0.02. Web safe color of #913cfa is #9933ff. Color #913cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111100 11111010
Octal 221 74 372
Decimal 145 60 250
Hex 91 3C FA

RGB Percentages of Color #913cfa

%31.87
%13.19
%54.95

CMYK Percentages of Color #913cfa

%42
%76
%0
%2

Triadic Colors of #913cfa

#913cfa #fa913c #3cfa91

Analogous Colors of #913cfa

#913cfa #f03cfa #3c46fa

Monochromatic Colors of #913cfa

#913cfa

Complementary Color

#913cfa #a5fa3c

#913cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#913cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#913cfa Color CSS Codes

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

#913cfa Text Font Color

<p style="color:#913cfa">Text here</p>

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


#913cfa Background Color

<div style="background-color:#913cfa">
Div content here</div>

This div background color is #913cfa


#913cfa Border Color

<div style="border:3px solid #913cfa">
Div here</div>

This div border color is #913cfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,60,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #913cfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #913cfa;
  -webkit-box-shadow: 1px 1px 3px 2px #913cfa;
  box-shadow:         1px 1px 3px 2px #913cfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,60,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 #913cfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #913cfa


Comments

No comments written yet.

Please login to write comment.