Color Hex Logo

#9150f5 Color Hex

#9150F5
(145,80,245)
0 Favorites   0 Comments

Color spaces of #9150f5

RGB 14580245
HSL0.730.890.64
HSV264°67°96°
CMYK 0.410.670.00   0.04
XYZ31.027118.349688.2927
Yxy18.34960.22540.1333
Hunter Lab42.836454.3266-92.2206
CIE-Lab49.917460.1472-72.8519

#9150f5 color RGB value is (145,80,245).

#9150f5 hex color red value is 145, green value is 80 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #9150f5 hue: 0.73 , saturation: 0.89 and the lightness value of 9150f5 is 0.64.

The process color (four color CMYK) of #9150f5 color hex is 0.41, 0.67, 0.00, 0.04. Web safe color of #9150f5 is #9966ff. Color #9150f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01010000 11110101
Octal 221 120 365
Decimal 145 80 245
Hex 91 50 F5

RGB Percentages of Color #9150f5

%30.85
%17.02
%52.13

CMYK Percentages of Color #9150f5

%41
%67
%0
%4

Triadic Colors of #9150f5

#9150f5 #f59150 #50f591

Analogous Colors of #9150f5

#9150f5 #e450f5 #5061f5

Monochromatic Colors of #9150f5

#9150f5

Complementary Color

#9150f5 #b4f550

#9150f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9150f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9150f5 Color CSS Codes

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

#9150f5 Text Font Color

<p style="color:#9150f5">Text here</p>

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


#9150f5 Background Color

<div style="background-color:#9150f5">
Div content here</div>

This div background color is #9150f5


#9150f5 Border Color

<div style="border:3px solid #9150f5">
Div here</div>

This div border color is #9150f5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,80,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9150f5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9150f5;
  -webkit-box-shadow: 1px 1px 3px 2px #9150f5;
  box-shadow:         1px 1px 3px 2px #9150f5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,80,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9150f5


Comments

No comments written yet.

Please login to write comment.