Color Hex Logo

#9493da Color Hex

#9493DA
(148,147,218)
0 Favorites   0 Comments

Color spaces of #9493da

RGB 148147218
HSL0.670.490.72
HSV241°33°85°
CMYK 0.320.330.00   0.15
XYZ35.301332.225370.6892
Yxy32.22530.25540.2332
Hunter Lab56.767311.6591-34.0934
CIE-Lab63.528716.6118-36.0603

#9493da color RGB value is (148,147,218).

#9493da hex color red value is 148, green value is 147 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9493da hue: 0.67 , saturation: 0.49 and the lightness value of 9493da is 0.72.

The process color (four color CMYK) of #9493da color hex is 0.32, 0.33, 0.00, 0.15. Web safe color of #9493da is #9999cc. Color #9493da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10010011 11011010
Octal 224 223 332
Decimal 148 147 218
Hex 94 93 DA

RGB Percentages of Color #9493da

%28.85
%28.65
%42.50

CMYK Percentages of Color #9493da

%32
%33
%0
%15

Triadic Colors of #9493da

#9493da #da9493 #93da94

Analogous Colors of #9493da

#9493da #b893da #93b6da

Monochromatic Colors of #9493da

#9493da

Complementary Color

#9493da #d9da93

#9493da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9493da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9493da Color CSS Codes

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

#9493da Text Font Color

<p style="color:#9493da">Text here</p>

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


#9493da Background Color

<div style="background-color:#9493da">
Div content here</div>

This div background color is #9493da


#9493da Border Color

<div style="border:3px solid #9493da">
Div here</div>

This div border color is #9493da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,147,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9493da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9493da;
  -webkit-box-shadow: 1px 1px 3px 2px #9493da;
  box-shadow:         1px 1px 3px 2px #9493da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9493da


Comments

No comments written yet.

Please login to write comment.