Color Hex Logo

#955fba Color Hex

#955FBA
(149,95,186)
0 Favorites   0 Comments

Color spaces of #955fba

RGB 14995186
HSL0.770.400.55
HSV276°49°73°
CMYK 0.200.490.00   0.27
XYZ25.349618.119148.6157
Yxy18.11910.27530.1968
Hunter Lab42.566531.8105-37.9192
CIE-Lab49.640238.9135-39.6901

#955fba color RGB value is (149,95,186).

#955fba hex color red value is 149, green value is 95 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #955fba hue: 0.77 , saturation: 0.40 and the lightness value of 955fba is 0.55.

The process color (four color CMYK) of #955fba color hex is 0.20, 0.49, 0.00, 0.27. Web safe color of #955fba is #9966cc. Color #955fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011111 10111010
Octal 225 137 272
Decimal 149 95 186
Hex 95 5F BA

RGB Percentages of Color #955fba

%34.65
%22.09
%43.26

CMYK Percentages of Color #955fba

%20
%49
%0
%27

Triadic Colors of #955fba

#955fba #ba955f #5fba95

Analogous Colors of #955fba

#955fba #ba5fb2 #685fba

Monochromatic Colors of #955fba

#955fba

Complementary Color

#955fba #84ba5f

#955fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#955fba Color CSS Codes

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

#955fba Text Font Color

<p style="color:#955fba">Text here</p>

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


#955fba Background Color

<div style="background-color:#955fba">
Div content here</div>

This div background color is #955fba


#955fba Border Color

<div style="border:3px solid #955fba">
Div here</div>

This div border color is #955fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955fba


Comments

No comments written yet.

Please login to write comment.