Color Hex Logo

#958dbc Color Hex

#958DBC
(149,141,188)
0 Favorites   0 Comments

Color spaces of #958dbc

RGB 149141188
HSL0.700.260.65
HSV250°25°74°
CMYK 0.210.250.00   0.26
XYZ30.996429.070251.5544
Yxy29.07020.27770.2604
Hunter Lab53.91688.2641-18.9504
CIE-Lab60.843512.9383-23.3941

#958dbc color RGB value is (149,141,188).

#958dbc hex color red value is 149, green value is 141 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #958dbc hue: 0.70 , saturation: 0.26 and the lightness value of 958dbc is 0.65.

The process color (four color CMYK) of #958dbc color hex is 0.21, 0.25, 0.00, 0.26. Web safe color of #958dbc is #9999cc. Color #958dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001101 10111100
Octal 225 215 274
Decimal 149 141 188
Hex 95 8D BC

RGB Percentages of Color #958dbc

%31.17
%29.50
%39.33

CMYK Percentages of Color #958dbc

%21
%25
%0
%26

Triadic Colors of #958dbc

#958dbc #bc958d #8dbc95

Analogous Colors of #958dbc

#958dbc #ad8dbc #8d9dbc

Monochromatic Colors of #958dbc

#958dbc

Complementary Color

#958dbc #b4bc8d

#958dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#958dbc Color CSS Codes

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

#958dbc Text Font Color

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

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


#958dbc Background Color

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

This div background color is #958dbc


#958dbc Border Color

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

This div border color is #958dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958dbc


Comments

No comments written yet.

Please login to write comment.