Color Hex Logo

#995cba Color Hex

#995CBA
(153,92,186)
0 Favorites   0 Comments

Color spaces of #995cba

RGB 15392186
HSL0.770.410.55
HSV279°51°73°
CMYK 0.180.510.00   0.27
XYZ25.826917.971848.5620
Yxy17.97180.27960.1946
Hunter Lab42.393234.5583-38.2424
CIE-Lab49.461941.6897-39.9413

#995cba color RGB value is (153,92,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011100 10111010
Octal 231 134 272
Decimal 153 92 186
Hex 99 5C BA

RGB Percentages of Color #995cba

%35.50
%21.35
%43.16

CMYK Percentages of Color #995cba

%18
%51
%0
%27

Triadic Colors of #995cba

#995cba #ba995c #5cba99

Analogous Colors of #995cba

#995cba #ba5cac #6a5cba

Monochromatic Colors of #995cba

#995cba

Complementary Color

#995cba #7dba5c

#995cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#995cba Color CSS Codes

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

#995cba Text Font Color

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

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


#995cba Background Color

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

This div background color is #995cba


#995cba Border Color

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

This div border color is #995cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995cba


Comments

No comments written yet.

Please login to write comment.