Color Hex Logo

#953bfd Color Hex

#953BFD
(149,59,253)
0 Favorites   0 Comments

Color spaces of #953bfd

RGB 14959253
HSL0.740.980.61
HSV268°77°99°
CMYK 0.410.770.00   0.01
XYZ31.688016.609394.4643
Yxy16.60930.22200.1163
Hunter Lab40.754567.4694-108.8993
CIE-Lab47.763971.8568-80.8128

#953bfd color RGB value is (149,59,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111011 11111101
Octal 225 73 375
Decimal 149 59 253
Hex 95 3B FD

RGB Percentages of Color #953bfd

%32.32
%12.80
%54.88

CMYK Percentages of Color #953bfd

%41
%77
%0
%1

Triadic Colors of #953bfd

#953bfd #fd953b #3bfd95

Analogous Colors of #953bfd

#953bfd #f63bfd #3b42fd

Monochromatic Colors of #953bfd

#953bfd

Complementary Color

#953bfd #a3fd3b

#953bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#953bfd Color CSS Codes

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

#953bfd Text Font Color

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

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


#953bfd Background Color

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

This div background color is #953bfd


#953bfd Border Color

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

This div border color is #953bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953bfd


Comments

No comments written yet.

Please login to write comment.