Color Hex Logo

#957abb Color Hex

#957ABB
(149,122,187)
0 Favorites   0 Comments

Color spaces of #957abb

RGB 149122187
HSL0.740.320.61
HSV265°35°73°
CMYK 0.200.350.00   0.27
XYZ28.323623.896550.1334
Yxy23.89650.27670.2335
Hunter Lab48.884017.8765-26.5865
CIE-Lab55.984023.6935-30.3270

#957abb color RGB value is (149,122,187).

#957abb hex color red value is 149, green value is 122 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #957abb hue: 0.74 , saturation: 0.32 and the lightness value of 957abb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111010 10111011
Octal 225 172 273
Decimal 149 122 187
Hex 95 7A BB

RGB Percentages of Color #957abb

%32.53
%26.64
%40.83

CMYK Percentages of Color #957abb

%20
%35
%0
%27

Triadic Colors of #957abb

#957abb #bb957a #7abb95

Analogous Colors of #957abb

#957abb #b67abb #7a80bb

Monochromatic Colors of #957abb

#957abb

Complementary Color

#957abb #a0bb7a

#957abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#957abb Color CSS Codes

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

#957abb Text Font Color

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

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


#957abb Background Color

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

This div background color is #957abb


#957abb Border Color

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

This div border color is #957abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957abb


Comments

No comments written yet.

Please login to write comment.