Color Hex Logo

#995bbf Color Hex

#995BBF
(153,91,191)
0 Favorites   0 Comments

Color spaces of #995bbf

RGB 15391191
HSL0.770.440.55
HSV277°52°75°
CMYK 0.200.520.00   0.25
XYZ26.281918.016151.3825
Yxy18.01610.27470.1883
Hunter Lab42.445436.2466-42.0621
CIE-Lab49.515643.3488-42.7515

#995bbf color RGB value is (153,91,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011011 10111111
Octal 231 133 277
Decimal 153 91 191
Hex 99 5B BF

RGB Percentages of Color #995bbf

%35.17
%20.92
%43.91

CMYK Percentages of Color #995bbf

%20
%52
%0
%25

Triadic Colors of #995bbf

#995bbf #bf995b #5bbf99

Analogous Colors of #995bbf

#995bbf #bf5bb3 #675bbf

Monochromatic Colors of #995bbf

#995bbf

Complementary Color

#995bbf #81bf5b

#995bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#995bbf Color CSS Codes

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

#995bbf Text Font Color

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

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


#995bbf Background Color

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

This div background color is #995bbf


#995bbf Border Color

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

This div border color is #995bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995bbf


Comments

No comments written yet.

Please login to write comment.