Color Hex Logo

#956dbc Color Hex

#956DBC
(149,109,188)
0 Favorites   0 Comments

Color spaces of #956dbc

RGB 149109188
HSL0.750.370.58
HSV270°42°74°
CMYK 0.210.420.00   0.26
XYZ26.940220.957750.2023
Yxy20.95770.27460.2136
Hunter Lab45.779624.9288-32.9722
CIE-Lab52.903231.4447-35.7095

#956dbc color RGB value is (149,109,188).

#956dbc hex color red value is 149, green value is 109 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #956dbc hue: 0.75 , saturation: 0.37 and the lightness value of 956dbc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101101 10111100
Octal 225 155 274
Decimal 149 109 188
Hex 95 6D BC

RGB Percentages of Color #956dbc

%33.41
%24.44
%42.15

CMYK Percentages of Color #956dbc

%21
%42
%0
%26

Triadic Colors of #956dbc

#956dbc #bc956d #6dbc95

Analogous Colors of #956dbc

#956dbc #bc6dbc #6e6dbc

Monochromatic Colors of #956dbc

#956dbc

Complementary Color

#956dbc #94bc6d

#956dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#956dbc Color CSS Codes

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

#956dbc Text Font Color

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

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


#956dbc Background Color

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

This div background color is #956dbc


#956dbc Border Color

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

This div border color is #956dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956dbc


Comments

No comments written yet.

Please login to write comment.