Color Hex Logo

#995fbf Color Hex

#995FBF
(153,95,191)
0 Favorites   0 Comments

Color spaces of #995fbf

RGB 15395191
HSL0.770.430.56
HSV276°50°75°
CMYK 0.200.500.00   0.25
XYZ26.633018.718351.4995
Yxy18.71830.27500.1933
Hunter Lab43.264734.1685-40.2898
CIE-Lab50.356041.1707-41.4207

#995fbf color RGB value is (153,95,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011111 10111111
Octal 231 137 277
Decimal 153 95 191
Hex 99 5F BF

RGB Percentages of Color #995fbf

%34.85
%21.64
%43.51

CMYK Percentages of Color #995fbf

%20
%50
%0
%25

Triadic Colors of #995fbf

#995fbf #bf995f #5fbf99

Analogous Colors of #995fbf

#995fbf #bf5fb5 #695fbf

Monochromatic Colors of #995fbf

#995fbf

Complementary Color

#995fbf #85bf5f

#995fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#995fbf Color CSS Codes

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

#995fbf Text Font Color

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

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


#995fbf Background Color

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

This div background color is #995fbf


#995fbf Border Color

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

This div border color is #995fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995fbf


Comments

No comments written yet.

Please login to write comment.