Color Hex Logo

#995eab Color Hex

#995EAB
(153,94,171)
0 Favorites   0 Comments

Color spaces of #995eab

RGB 15394171
HSL0.790.310.52
HSV286°45°67°
CMYK 0.110.450.00   0.33
XYZ24.490317.718040.6572
Yxy17.71800.29550.2138
Hunter Lab42.092830.1921-27.8030
CIE-Lab49.152337.3383-31.6884

#995eab color RGB value is (153,94,171).

#995eab hex color red value is 153, green value is 94 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #995eab hue: 0.79 , saturation: 0.31 and the lightness value of 995eab is 0.52.

The process color (four color CMYK) of #995eab color hex is 0.11, 0.45, 0.00, 0.33. Web safe color of #995eab is #996699. Color #995eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011110 10101011
Octal 231 136 253
Decimal 153 94 171
Hex 99 5E AB

RGB Percentages of Color #995eab

%36.60
%22.49
%40.91

CMYK Percentages of Color #995eab

%11
%45
%0
%33

Triadic Colors of #995eab

#995eab #ab995e #5eab99

Analogous Colors of #995eab

#995eab #ab5e97 #735eab

Monochromatic Colors of #995eab

#995eab

Complementary Color

#995eab #70ab5e

#995eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#995eab Color CSS Codes

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

#995eab Text Font Color

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

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


#995eab Background Color

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

This div background color is #995eab


#995eab Border Color

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

This div border color is #995eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995eab

#995eab Color Palettes


Comments

No comments written yet.

Please login to write comment.