Color Hex Logo

#955dbc Color Hex

#955DBC
(149,93,188)
0 Favorites   0 Comments

Color spaces of #955dbc

RGB 14993188
HSL0.760.410.55
HSV275°51°74°
CMYK 0.210.510.00   0.26
XYZ25.385917.849149.6842
Yxy17.84910.27320.1921
Hunter Lab42.248233.3219-40.1518
CIE-Lab49.312640.4795-41.3668

#955dbc color RGB value is (149,93,188).

#955dbc hex color red value is 149, green value is 93 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #955dbc hue: 0.76 , saturation: 0.41 and the lightness value of 955dbc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011101 10111100
Octal 225 135 274
Decimal 149 93 188
Hex 95 5D BC

RGB Percentages of Color #955dbc

%34.65
%21.63
%43.72

CMYK Percentages of Color #955dbc

%21
%51
%0
%26

Triadic Colors of #955dbc

#955dbc #bc955d #5dbc95

Analogous Colors of #955dbc

#955dbc #bc5db4 #665dbc

Monochromatic Colors of #955dbc

#955dbc

Complementary Color

#955dbc #84bc5d

#955dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#955dbc Color CSS Codes

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

#955dbc Text Font Color

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

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


#955dbc Background Color

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

This div background color is #955dbc


#955dbc Border Color

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

This div border color is #955dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955dbc


Comments

No comments written yet.

Please login to write comment.