Color Hex Logo

#9a93df Color Hex

#9A93DF
(154,147,223)
0 Favorites   0 Comments

Color spaces of #9a93df

RGB 154147223
HSL0.680.540.73
HSV246°34°87°
CMYK 0.310.340.00   0.13
XYZ37.079433.065274.2400
Yxy33.06520.25680.2290
Hunter Lab57.502314.4735-36.2964
CIE-Lab64.213719.5950-37.7316

#9a93df color RGB value is (154,147,223).

#9a93df hex color red value is 154, green value is 147 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9a93df hue: 0.68 , saturation: 0.54 and the lightness value of 9a93df is 0.73.

The process color (four color CMYK) of #9a93df color hex is 0.31, 0.34, 0.00, 0.13. Web safe color of #9a93df is #9999cc. Color #9a93df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10010011 11011111
Octal 232 223 337
Decimal 154 147 223
Hex 9A 93 DF

RGB Percentages of Color #9a93df

%29.39
%28.05
%42.56

CMYK Percentages of Color #9a93df

%31
%34
%0
%13

Triadic Colors of #9a93df

#9a93df #df9a93 #93df9a

Analogous Colors of #9a93df

#9a93df #c093df #93b2df

Monochromatic Colors of #9a93df

#9a93df

Complementary Color

#9a93df #d8df93

#9a93df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a93df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a93df Color CSS Codes

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

#9a93df Text Font Color

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

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


#9a93df Background Color

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

This div background color is #9a93df


#9a93df Border Color

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

This div border color is #9a93df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,147,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a93df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a93df;
  -webkit-box-shadow: 1px 1px 3px 2px #9a93df;
  box-shadow:         1px 1px 3px 2px #9a93df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,147,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a93df


Comments

No comments written yet.

Please login to write comment.