Color Hex Logo

#958dcb Color Hex

#958DCB
(149,141,203)
0 Favorites   0 Comments

Color spaces of #958dcb

RGB 149141203
HSL0.690.370.67
HSV248°31°80°
CMYK 0.270.310.00   0.20
XYZ32.698829.751160.5190
Yxy29.75110.26590.2419
Hunter Lab54.544611.5556-27.6030
CIE-Lab61.438916.5610-30.9246

#958dcb color RGB value is (149,141,203).

#958dcb hex color red value is 149, green value is 141 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #958dcb hue: 0.69 , saturation: 0.37 and the lightness value of 958dcb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001101 11001011
Octal 225 215 313
Decimal 149 141 203
Hex 95 8D CB

RGB Percentages of Color #958dcb

%30.22
%28.60
%41.18

CMYK Percentages of Color #958dcb

%27
%31
%0
%20

Triadic Colors of #958dcb

#958dcb #cb958d #8dcb95

Analogous Colors of #958dcb

#958dcb #b48dcb #8da4cb

Monochromatic Colors of #958dcb

#958dcb

Complementary Color

#958dcb #c3cb8d

#958dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#958dcb Color CSS Codes

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

#958dcb Text Font Color

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

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


#958dcb Background Color

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

This div background color is #958dcb


#958dcb Border Color

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

This div border color is #958dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958dcb


Comments

No comments written yet.

Please login to write comment.