Color Hex Logo

#956faf Color Hex

#956FAF
(149,111,175)
0 Favorites   0 Comments

Color spaces of #956faf

RGB 149111175
HSL0.770.290.56
HSV276°37°69°
CMYK 0.150.370.00   0.31
XYZ25.816720.853643.2219
Yxy20.85360.28720.2320
Hunter Lab45.665720.9983-24.1510
CIE-Lab52.788927.3065-28.3851

#956faf color RGB value is (149,111,175).

#956faf hex color red value is 149, green value is 111 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #956faf hue: 0.77 , saturation: 0.29 and the lightness value of 956faf is 0.56.

The process color (four color CMYK) of #956faf color hex is 0.15, 0.37, 0.00, 0.31. Web safe color of #956faf is #996699. Color #956faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101111 10101111
Octal 225 157 257
Decimal 149 111 175
Hex 95 6F AF

RGB Percentages of Color #956faf

%34.25
%25.52
%40.23

CMYK Percentages of Color #956faf

%15
%37
%0
%31

Triadic Colors of #956faf

#956faf #af956f #6faf95

Analogous Colors of #956faf

#956faf #af6fa9 #756faf

Monochromatic Colors of #956faf

#956faf

Complementary Color

#956faf #89af6f

#956faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#956faf Color CSS Codes

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

#956faf Text Font Color

<p style="color:#956faf">Text here</p>

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


#956faf Background Color

<div style="background-color:#956faf">
Div content here</div>

This div background color is #956faf


#956faf Border Color

<div style="border:3px solid #956faf">
Div here</div>

This div border color is #956faf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,111,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #956faf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #956faf;
  -webkit-box-shadow: 1px 1px 3px 2px #956faf;
  box-shadow:         1px 1px 3px 2px #956faf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956faf


Comments

No comments written yet.

Please login to write comment.