Color Hex Logo

#9c49fb Color Hex

#9C49FB
(156,73,251)
0 Favorites   0 Comments

Color spaces of #9c49fb

RGB 15673251
HSL0.740.960.64
HSV268°71°98°
CMYK 0.380.710.00   0.02
XYZ33.505418.798093.1292
Yxy18.79800.23040.1293
Hunter Lab43.356762.0681-97.0040
CIE-Lab50.450066.7840-75.2786

#9c49fb color RGB value is (156,73,251).

#9c49fb hex color red value is 156, green value is 73 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9c49fb hue: 0.74 , saturation: 0.96 and the lightness value of 9c49fb is 0.64.

The process color (four color CMYK) of #9c49fb color hex is 0.38, 0.71, 0.00, 0.02. Web safe color of #9c49fb is #9933ff. Color #9c49fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01001001 11111011
Octal 234 111 373
Decimal 156 73 251
Hex 9C 49 FB

RGB Percentages of Color #9c49fb

%32.50
%15.21
%52.29

CMYK Percentages of Color #9c49fb

%38
%71
%0
%2

Triadic Colors of #9c49fb

#9c49fb #fb9c49 #49fb9c

Analogous Colors of #9c49fb

#9c49fb #f549fb #494ffb

Monochromatic Colors of #9c49fb

#9c49fb

Complementary Color

#9c49fb #a8fb49

#9c49fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c49fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c49fb Color CSS Codes

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

#9c49fb Text Font Color

<p style="color:#9c49fb">Text here</p>

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


#9c49fb Background Color

<div style="background-color:#9c49fb">
Div content here</div>

This div background color is #9c49fb


#9c49fb Border Color

<div style="border:3px solid #9c49fb">
Div here</div>

This div border color is #9c49fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,73,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c49fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c49fb;
  -webkit-box-shadow: 1px 1px 3px 2px #9c49fb;
  box-shadow:         1px 1px 3px 2px #9c49fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,73,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c49fb

Related Colors


Comments

No comments written yet.

Please login to write comment.