Color Hex Logo

#995fbb Color Hex

#995FBB
(153,95,187)
0 Favorites   0 Comments

Color spaces of #995fbb

RGB 15395187
HSL0.770.400.55
HSV278°49°73°
CMYK 0.180.490.00   0.27
XYZ26.198718.544649.2123
Yxy18.54460.27880.1974
Hunter Lab43.063433.2338-37.6114
CIE-Lab50.150140.2699-39.4338

#995fbb color RGB value is (153,95,187).

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

The process color (four color CMYK) of #995fbb color hex is 0.18, 0.49, 0.00, 0.27. Web safe color of #995fbb is #9966cc. Color #995fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011111 10111011
Octal 231 137 273
Decimal 153 95 187
Hex 99 5F BB

RGB Percentages of Color #995fbb

%35.17
%21.84
%42.99

CMYK Percentages of Color #995fbb

%18
%49
%0
%27

Triadic Colors of #995fbb

#995fbb #bb995f #5fbb99

Analogous Colors of #995fbb

#995fbb #bb5faf #6b5fbb

Monochromatic Colors of #995fbb

#995fbb

Complementary Color

#995fbb #81bb5f

#995fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#995fbb Color CSS Codes

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

#995fbb Text Font Color

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

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


#995fbb Background Color

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

This div background color is #995fbb


#995fbb Border Color

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

This div border color is #995fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,95,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995fbb


Comments

No comments written yet.

Please login to write comment.