Color Hex Logo

#953dba Color Hex

#953DBA
(149,61,186)
0 Favorites   0 Comments

Color spaces of #953dba

RGB 14961186
HSL0.780.510.48
HSV282°67°73°
CMYK 0.200.670.00   0.27
XYZ22.926113.272247.8078
Yxy13.27220.27290.1580
Hunter Lab36.431048.5760-52.3035
CIE-Lab43.170656.1982-49.9932

#953dba color RGB value is (149,61,186).

#953dba hex color red value is 149, green value is 61 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #953dba hue: 0.78 , saturation: 0.51 and the lightness value of 953dba is 0.48.

The process color (four color CMYK) of #953dba color hex is 0.20, 0.67, 0.00, 0.27. Web safe color of #953dba is #9933cc. Color #953dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111101 10111010
Octal 225 75 272
Decimal 149 61 186
Hex 95 3D BA

RGB Percentages of Color #953dba

%37.63
%15.40
%46.97

CMYK Percentages of Color #953dba

%20
%67
%0
%27

Triadic Colors of #953dba

#953dba #ba953d #3dba95

Analogous Colors of #953dba

#953dba #ba3da1 #573dba

Monochromatic Colors of #953dba

#953dba

Complementary Color

#953dba #62ba3d

#953dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#953dba Color CSS Codes

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

#953dba Text Font Color

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

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


#953dba Background Color

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

This div background color is #953dba


#953dba Border Color

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

This div border color is #953dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953dba


Comments

No comments written yet.

Please login to write comment.