Color Hex Logo

#955dbd Color Hex

#955DBD
(149,93,189)
0 Favorites   0 Comments

Color spaces of #955dbd

RGB 14993189
HSL0.760.420.55
HSV275°51°74°
CMYK 0.210.510.00   0.26
XYZ25.494117.892450.2540
Yxy17.89240.27230.1911
Hunter Lab42.299433.5590-40.8302
CIE-Lab49.365340.7088-41.8622

#955dbd color RGB value is (149,93,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011101 10111101
Octal 225 135 275
Decimal 149 93 189
Hex 95 5D BD

RGB Percentages of Color #955dbd

%34.57
%21.58
%43.85

CMYK Percentages of Color #955dbd

%21
%51
%0
%26

Triadic Colors of #955dbd

#955dbd #bd955d #5dbd95

Analogous Colors of #955dbd

#955dbd #bd5db5 #655dbd

Monochromatic Colors of #955dbd

#955dbd

Complementary Color

#955dbd #85bd5d

#955dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#955dbd Color CSS Codes

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

#955dbd Text Font Color

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

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


#955dbd Background Color

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

This div background color is #955dbd


#955dbd Border Color

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

This div border color is #955dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955dbd


Comments

No comments written yet.

Please login to write comment.