Color Hex Logo

#957dcb Color Hex

#957DCB
(149,125,203)
0 Favorites   0 Comments

Color spaces of #957dcb

RGB 149125203
HSL0.720.430.64
HSV258°38°80°
CMYK 0.270.380.00   0.20
XYZ30.507525.368659.7886
Yxy25.36860.26380.2193
Hunter Lab50.367319.9750-35.1233
CIE-Lab57.432825.8206-37.1674

#957dcb color RGB value is (149,125,203).

#957dcb hex color red value is 149, green value is 125 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #957dcb hue: 0.72 , saturation: 0.43 and the lightness value of 957dcb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111101 11001011
Octal 225 175 313
Decimal 149 125 203
Hex 95 7D CB

RGB Percentages of Color #957dcb

%31.24
%26.21
%42.56

CMYK Percentages of Color #957dcb

%27
%38
%0
%20

Triadic Colors of #957dcb

#957dcb #cb957d #7dcb95

Analogous Colors of #957dcb

#957dcb #bc7dcb #7d8ccb

Monochromatic Colors of #957dcb

#957dcb

Complementary Color

#957dcb #b3cb7d

#957dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#957dcb Color CSS Codes

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

#957dcb Text Font Color

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

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


#957dcb Background Color

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

This div background color is #957dcb


#957dcb Border Color

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

This div border color is #957dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957dcb


Comments

No comments written yet.

Please login to write comment.