Color Hex Logo

#953cfb Color Hex

#953CFB
(149,60,251)
0 Favorites   0 Comments

Color spaces of #953cfb

RGB 14960251
HSL0.740.960.61
HSV268°76°98°
CMYK 0.410.760.00   0.02
XYZ31.422916.586392.8121
Yxy16.58630.22310.1178
Hunter Lab40.726366.4530-106.6090
CIE-Lab47.734571.0142-79.7449

#953cfb color RGB value is (149,60,251).

#953cfb hex color red value is 149, green value is 60 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #953cfb hue: 0.74 , saturation: 0.96 and the lightness value of 953cfb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111100 11111011
Octal 225 74 373
Decimal 149 60 251
Hex 95 3C FB

RGB Percentages of Color #953cfb

%32.39
%13.04
%54.57

CMYK Percentages of Color #953cfb

%41
%76
%0
%2

Triadic Colors of #953cfb

#953cfb #fb953c #3cfb95

Analogous Colors of #953cfb

#953cfb #f53cfb #3c42fb

Monochromatic Colors of #953cfb

#953cfb

Complementary Color

#953cfb #a2fb3c

#953cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#953cfb Color CSS Codes

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

#953cfb Text Font Color

<p style="color:#953cfb">Text here</p>

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


#953cfb Background Color

<div style="background-color:#953cfb">
Div content here</div>

This div background color is #953cfb


#953cfb Border Color

<div style="border:3px solid #953cfb">
Div here</div>

This div border color is #953cfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,60,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #953cfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #953cfb;
  -webkit-box-shadow: 1px 1px 3px 2px #953cfb;
  box-shadow:         1px 1px 3px 2px #953cfb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953cfb


Comments

No comments written yet.

Please login to write comment.