Color Hex Logo

#955fbb Color Hex

#955FBB
(149,95,187)
0 Favorites   0 Comments

Color spaces of #955fbb

RGB 14995187
HSL0.760.400.55
HSV275°49°73°
CMYK 0.200.490.00   0.27
XYZ25.456318.161849.1776
Yxy18.16180.27430.1957
Hunter Lab42.616732.0446-38.5862
CIE-Lab49.691839.1424-40.1879

#955fbb color RGB value is (149,95,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011111 10111011
Octal 225 137 273
Decimal 149 95 187
Hex 95 5F BB

RGB Percentages of Color #955fbb

%34.57
%22.04
%43.39

CMYK Percentages of Color #955fbb

%20
%49
%0
%27

Triadic Colors of #955fbb

#955fbb #bb955f #5fbb95

Analogous Colors of #955fbb

#955fbb #bb5fb3 #675fbb

Monochromatic Colors of #955fbb

#955fbb

Complementary Color

#955fbb #85bb5f

#955fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#955fbb Color CSS Codes

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

#955fbb Text Font Color

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

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


#955fbb Background Color

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

This div background color is #955fbb


#955fbb Border Color

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

This div border color is #955fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955fbb


Comments

No comments written yet.

Please login to write comment.