Color Hex Logo

#957dbf Color Hex

#957DBF
(149,125,191)
0 Favorites   0 Comments

Color spaces of #957dbf

RGB 149125191
HSL0.730.340.62
HSV262°35°75°
CMYK 0.220.350.00   0.25
XYZ29.132024.818452.5452
Yxy24.81840.27360.2330
Hunter Lab49.818117.1994-27.6630
CIE-Lab56.898122.9012-31.1889

#957dbf color RGB value is (149,125,191).

#957dbf hex color red value is 149, green value is 125 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #957dbf hue: 0.73 , saturation: 0.34 and the lightness value of 957dbf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111101 10111111
Octal 225 175 277
Decimal 149 125 191
Hex 95 7D BF

RGB Percentages of Color #957dbf

%32.04
%26.88
%41.08

CMYK Percentages of Color #957dbf

%22
%35
%0
%25

Triadic Colors of #957dbf

#957dbf #bf957d #7dbf95

Analogous Colors of #957dbf

#957dbf #b67dbf #7d86bf

Monochromatic Colors of #957dbf

#957dbf

Complementary Color

#957dbf #a7bf7d

#957dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#957dbf Color CSS Codes

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

#957dbf Text Font Color

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

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


#957dbf Background Color

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

This div background color is #957dbf


#957dbf Border Color

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

This div border color is #957dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957dbf


Comments

No comments written yet.

Please login to write comment.