Color Hex Logo

#957fcb Color Hex

#957FCB
(149,127,203)
0 Favorites   0 Comments

Color spaces of #957fcb

RGB 149127203
HSL0.710.420.65
HSV257°37°80°
CMYK 0.270.370.00   0.20
XYZ30.763325.880159.8739
Yxy25.88010.26400.2221
Hunter Lab50.872518.9146-34.1701
CIE-Lab57.923124.6616-36.4000

#957fcb color RGB value is (149,127,203).

#957fcb hex color red value is 149, green value is 127 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #957fcb hue: 0.71 , saturation: 0.42 and the lightness value of 957fcb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111111 11001011
Octal 225 177 313
Decimal 149 127 203
Hex 95 7F CB

RGB Percentages of Color #957fcb

%31.11
%26.51
%42.38

CMYK Percentages of Color #957fcb

%27
%37
%0
%20

Triadic Colors of #957fcb

#957fcb #cb957f #7fcb95

Analogous Colors of #957fcb

#957fcb #bb7fcb #7f8fcb

Monochromatic Colors of #957fcb

#957fcb

Complementary Color

#957fcb #b5cb7f

#957fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#957fcb Color CSS Codes

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

#957fcb Text Font Color

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

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


#957fcb Background Color

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

This div background color is #957fcb


#957fcb Border Color

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

This div border color is #957fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957fcb


Comments

No comments written yet.

Please login to write comment.