Color Hex Logo

#9499ca Color Hex

#9499CA
(148,153,202)
0 Favorites   0 Comments

Color spaces of #9499ca

RGB 148153202
HSL0.650.340.69
HSV234°27°79°
CMYK 0.270.240.00   0.21
XYZ34.264633.342660.5069
Yxy33.34260.26750.2603
Hunter Lab57.74314.8712-21.7078
CIE-Lab64.43749.1417-25.7438

#9499ca color RGB value is (148,153,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011001 11001010
Octal 224 231 312
Decimal 148 153 202
Hex 94 99 CA

RGB Percentages of Color #9499ca

%29.42
%30.42
%40.16

CMYK Percentages of Color #9499ca

%27
%24
%0
%21

Triadic Colors of #9499ca

#9499ca #ca9499 #99ca94

Analogous Colors of #9499ca

#9499ca #aa94ca #94b4ca

Monochromatic Colors of #9499ca

#9499ca

Complementary Color

#9499ca #cac594

#9499ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9499ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9499ca Color CSS Codes

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

#9499ca Text Font Color

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

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


#9499ca Background Color

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

This div background color is #9499ca


#9499ca Border Color

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

This div border color is #9499ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,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 #9499ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9499ca


Comments

No comments written yet.

Please login to write comment.