Color Hex Logo

#9542fa Color Hex

#9542FA
(149,66,250)
0 Favorites   0 Comments

Color spaces of #9542fa

RGB 14966250
HSL0.740.950.62
HSV267°74°98°
CMYK 0.400.740.00   0.02
XYZ31.598017.188192.0947
Yxy17.18810.22430.1220
Hunter Lab41.458563.4930-102.6840
CIE-Lab48.496268.3720-77.9418

#9542fa color RGB value is (149,66,250).

#9542fa hex color red value is 149, green value is 66 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9542fa hue: 0.74 , saturation: 0.95 and the lightness value of 9542fa is 0.62.

The process color (four color CMYK) of #9542fa color hex is 0.40, 0.74, 0.00, 0.02. Web safe color of #9542fa is #9933ff. Color #9542fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000010 11111010
Octal 225 102 372
Decimal 149 66 250
Hex 95 42 FA

RGB Percentages of Color #9542fa

%32.04
%14.19
%53.76

CMYK Percentages of Color #9542fa

%40
%74
%0
%2

Triadic Colors of #9542fa

#9542fa #fa9542 #42fa95

Analogous Colors of #9542fa

#9542fa #f142fa #424bfa

Monochromatic Colors of #9542fa

#9542fa

Complementary Color

#9542fa #a7fa42

#9542fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9542fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9542fa Color CSS Codes

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

#9542fa Text Font Color

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

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


#9542fa Background Color

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

This div background color is #9542fa


#9542fa Border Color

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

This div border color is #9542fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,66,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 #9542fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9542fa


Comments

No comments written yet.

Please login to write comment.