Color Hex Logo

#9542ff Color Hex

#9542FF
(149,66,255)
0 Favorites   0 Comments

Color spaces of #9542ff

RGB 14966255
HSL0.741.000.63
HSV266°74°100°
CMYK 0.420.740.00   0.00
XYZ32.392617.506096.2795
Yxy17.50600.22160.1198
Hunter Lab41.840264.9741-107.1456
CIE-Lab48.891469.5480-80.0830

#9542ff color RGB value is (149,66,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000010 11111111
Octal 225 102 377
Decimal 149 66 255
Hex 95 42 FF

RGB Percentages of Color #9542ff

%31.70
%14.04
%54.26

CMYK Percentages of Color #9542ff

%42
%74
%0
%0

Triadic Colors of #9542ff

#9542ff #ff9542 #42ff95

Analogous Colors of #9542ff

#9542ff #f442ff #424eff

Monochromatic Colors of #9542ff

#9542ff

Complementary Color

#9542ff #acff42

#9542ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9542ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9542ff Color CSS Codes

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

#9542ff Text Font Color

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

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


#9542ff Background Color

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

This div background color is #9542ff


#9542ff Border Color

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

This div border color is #9542ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,66,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9542ff

Related Colors


Comments

No comments written yet.

Please login to write comment.