Color Hex Logo

#995bbd Color Hex

#995BBD
(153,91,189)
0 Favorites   0 Comments

Color spaces of #995bbd

RGB 15391189
HSL0.770.430.55
HSV278°52°74°
CMYK 0.190.520.00   0.26
XYZ26.063317.928650.2310
Yxy17.92860.27660.1903
Hunter Lab42.342235.7751-40.6969
CIE-Lab49.409442.9011-41.7627

#995bbd color RGB value is (153,91,189).

#995bbd hex color red value is 153, green value is 91 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #995bbd hue: 0.77 , saturation: 0.43 and the lightness value of 995bbd is 0.55.

The process color (four color CMYK) of #995bbd color hex is 0.19, 0.52, 0.00, 0.26. Web safe color of #995bbd is #9966cc. Color #995bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011011 10111101
Octal 231 133 275
Decimal 153 91 189
Hex 99 5B BD

RGB Percentages of Color #995bbd

%35.33
%21.02
%43.65

CMYK Percentages of Color #995bbd

%19
%52
%0
%26

Triadic Colors of #995bbd

#995bbd #bd995b #5bbd99

Analogous Colors of #995bbd

#995bbd #bd5bb0 #685bbd

Monochromatic Colors of #995bbd

#995bbd

Complementary Color

#995bbd #7fbd5b

#995bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#995bbd Color CSS Codes

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

#995bbd Text Font Color

<p style="color:#995bbd">Text here</p>

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


#995bbd Background Color

<div style="background-color:#995bbd">
Div content here</div>

This div background color is #995bbd


#995bbd Border Color

<div style="border:3px solid #995bbd">
Div here</div>

This div border color is #995bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,91,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #995bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #995bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #995bbd;
  box-shadow:         1px 1px 3px 2px #995bbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,91,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 #995bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995bbd

#995bbd Color Palettes


Comments

No comments written yet.

Please login to write comment.