Color Hex Logo

#9599ca Color Hex

#9599CA
(149,153,202)
0 Favorites   0 Comments

Color spaces of #9599ca

RGB 149153202
HSL0.650.330.69
HSV235°26°79°
CMYK 0.260.240.00   0.21
XYZ34.446333.436360.5154
Yxy33.43630.26830.2604
Hunter Lab57.82415.1417-21.5726
CIE-Lab64.51269.4451-25.6218

#9599ca color RGB value is (149,153,202).

#9599ca hex color red value is 149, green value is 153 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9599ca hue: 0.65 , saturation: 0.33 and the lightness value of 9599ca is 0.69.

The process color (four color CMYK) of #9599ca color hex is 0.26, 0.24, 0.00, 0.21. Web safe color of #9599ca is #9999cc. Color #9599ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011001 11001010
Octal 225 231 312
Decimal 149 153 202
Hex 95 99 CA

RGB Percentages of Color #9599ca

%29.56
%30.36
%40.08

CMYK Percentages of Color #9599ca

%26
%24
%0
%21

Triadic Colors of #9599ca

#9599ca #ca9599 #99ca95

Analogous Colors of #9599ca

#9599ca #ac95ca #95b4ca

Monochromatic Colors of #9599ca

#9599ca

Complementary Color

#9599ca #cac695

#9599ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9599ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9599ca Color CSS Codes

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

#9599ca Text Font Color

<p style="color:#9599ca">Text here</p>

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


#9599ca Background Color

<div style="background-color:#9599ca">
Div content here</div>

This div background color is #9599ca


#9599ca Border Color

<div style="border:3px solid #9599ca">
Div here</div>

This div border color is #9599ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,153,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9599ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9599ca;
  -webkit-box-shadow: 1px 1px 3px 2px #9599ca;
  box-shadow:         1px 1px 3px 2px #9599ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9599ca


Comments

No comments written yet.

Please login to write comment.