Color Hex Logo

#995bcf Color Hex

#995BCF
(153,91,207)
0 Favorites   0 Comments

Color spaces of #995bcf

RGB 15391207
HSL0.760.550.58
HSV272°56°81°
CMYK 0.260.560.00   0.19
XYZ28.140418.759561.1693
Yxy18.75950.26040.1736
Hunter Lab43.312240.1768-53.4159
CIE-Lab50.404647.0209-50.5360

#995bcf color RGB value is (153,91,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011011 11001111
Octal 231 133 317
Decimal 153 91 207
Hex 99 5B CF

RGB Percentages of Color #995bcf

%33.92
%20.18
%45.90

CMYK Percentages of Color #995bcf

%26
%56
%0
%19

Triadic Colors of #995bcf

#995bcf #cf995b #5bcf99

Analogous Colors of #995bcf

#995bcf #cf5bcb #5f5bcf

Monochromatic Colors of #995bcf

#995bcf

Complementary Color

#995bcf #91cf5b

#995bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#995bcf Color CSS Codes

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

#995bcf Text Font Color

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

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


#995bcf Background Color

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

This div background color is #995bcf


#995bcf Border Color

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

This div border color is #995bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995bcf


Comments

No comments written yet.

Please login to write comment.