Color Hex Logo

#9ca3fa Color Hex

#9CA3FA
(156,163,250)
0 Favorites   0 Comments

Color spaces of #9ca3fa

RGB 156163250
HSL0.650.900.80
HSV236°38°98°
CMYK 0.380.350.00   0.02
XYZ44.062840.164495.8726
Yxy40.16440.24470.2230
Hunter Lab63.375413.1982-45.3296
CIE-Lab69.586518.0663-44.1310

#9ca3fa color RGB value is (156,163,250).

#9ca3fa hex color red value is 156, green value is 163 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9ca3fa hue: 0.65 , saturation: 0.90 and the lightness value of 9ca3fa is 0.80.

The process color (four color CMYK) of #9ca3fa color hex is 0.38, 0.35, 0.00, 0.02. Web safe color of #9ca3fa is #9999ff. Color #9ca3fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10100011 11111010
Octal 234 243 372
Decimal 156 163 250
Hex 9C A3 FA

RGB Percentages of Color #9ca3fa

%27.42
%28.65
%43.94

CMYK Percentages of Color #9ca3fa

%38
%35
%0
%2

Triadic Colors of #9ca3fa

#9ca3fa #fa9ca3 #a3fa9c

Analogous Colors of #9ca3fa

#9ca3fa #c49cfa #9cd2fa

Monochromatic Colors of #9ca3fa

#9ca3fa

Complementary Color

#9ca3fa #faf39c

#9ca3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ca3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ca3fa Color CSS Codes

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

#9ca3fa Text Font Color

<p style="color:#9ca3fa">Text here</p>

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


#9ca3fa Background Color

<div style="background-color:#9ca3fa">
Div content here</div>

This div background color is #9ca3fa


#9ca3fa Border Color

<div style="border:3px solid #9ca3fa">
Div here</div>

This div border color is #9ca3fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,163,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ca3fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ca3fa;
  -webkit-box-shadow: 1px 1px 3px 2px #9ca3fa;
  box-shadow:         1px 1px 3px 2px #9ca3fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,163,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ca3fa


Comments

No comments written yet.

Please login to write comment.