Color Hex Logo

#958bdc Color Hex

#958BDC
(149,139,220)
0 Favorites   0 Comments

Color spaces of #958bdc

RGB 149139220
HSL0.690.540.70
HSV247°37°86°
CMYK 0.320.370.00   0.14
XYZ34.545330.022171.6843
Yxy30.02210.25350.2203
Hunter Lab54.792416.6532-39.2137
CIE-Lab61.673322.0249-40.0680

#958bdc color RGB value is (149,139,220).

#958bdc hex color red value is 149, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #958bdc hue: 0.69 , saturation: 0.54 and the lightness value of 958bdc is 0.70.

The process color (four color CMYK) of #958bdc color hex is 0.32, 0.37, 0.00, 0.14. Web safe color of #958bdc is #9999cc. Color #958bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001011 11011100
Octal 225 213 334
Decimal 149 139 220
Hex 95 8B DC

RGB Percentages of Color #958bdc

%29.33
%27.36
%43.31

CMYK Percentages of Color #958bdc

%32
%37
%0
%14

Triadic Colors of #958bdc

#958bdc #dc958b #8bdc95

Analogous Colors of #958bdc

#958bdc #be8bdc #8baadc

Monochromatic Colors of #958bdc

#958bdc

Complementary Color

#958bdc #d2dc8b

#958bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#958bdc Color CSS Codes

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

#958bdc Text Font Color

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

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


#958bdc Background Color

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

This div background color is #958bdc


#958bdc Border Color

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

This div border color is #958bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958bdc

#958bdc Color Palettes


Comments

No comments written yet.

Please login to write comment.