Color Hex Logo

#957baf Color Hex

#957BAF
(149,123,175)
0 Favorites   0 Comments

Color spaces of #957baf

RGB 149123175
HSL0.750.250.58
HSV270°30°69°
CMYK 0.150.300.00   0.31
XYZ27.215223.650643.6881
Yxy23.65060.28780.2501
Hunter Lab48.631914.7857-19.2204
CIE-Lab55.736320.3468-23.8300

#957baf color RGB value is (149,123,175).

#957baf hex color red value is 149, green value is 123 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #957baf hue: 0.75 , saturation: 0.25 and the lightness value of 957baf is 0.58.

The process color (four color CMYK) of #957baf color hex is 0.15, 0.30, 0.00, 0.31. Web safe color of #957baf is #996699. Color #957baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111011 10101111
Octal 225 173 257
Decimal 149 123 175
Hex 95 7B AF

RGB Percentages of Color #957baf

%33.33
%27.52
%39.15

CMYK Percentages of Color #957baf

%15
%30
%0
%31

Triadic Colors of #957baf

#957baf #af957b #7baf95

Analogous Colors of #957baf

#957baf #af7baf #7b7baf

Monochromatic Colors of #957baf

#957baf

Complementary Color

#957baf #95af7b

#957baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#957baf Color CSS Codes

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

#957baf Text Font Color

<p style="color:#957baf">Text here</p>

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


#957baf Background Color

<div style="background-color:#957baf">
Div content here</div>

This div background color is #957baf


#957baf Border Color

<div style="border:3px solid #957baf">
Div here</div>

This div border color is #957baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957baf


Comments

No comments written yet.

Please login to write comment.