Color Hex Logo

#9093ea Color Hex

#9093EA
(144,147,234)
0 Favorites   0 Comments

Color spaces of #9093ea

RGB 144147234
HSL0.660.680.74
HSV238°38°92°
CMYK 0.380.370.00   0.08
XYZ36.786632.737282.2220
Yxy32.73720.24240.2157
Hunter Lab57.216414.6356-45.1503
CIE-Lab63.947619.7778-44.2857

#9093ea color RGB value is (144,147,234).

#9093ea hex color red value is 144, green value is 147 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9093ea hue: 0.66 , saturation: 0.68 and the lightness value of 9093ea is 0.74.

The process color (four color CMYK) of #9093ea color hex is 0.38, 0.37, 0.00, 0.08. Web safe color of #9093ea is #9999ff. Color #9093ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10010011 11101010
Octal 220 223 352
Decimal 144 147 234
Hex 90 93 EA

RGB Percentages of Color #9093ea

%27.43
%28.00
%44.57

CMYK Percentages of Color #9093ea

%38
%37
%0
%8

Triadic Colors of #9093ea

#9093ea #ea9093 #93ea90

Analogous Colors of #9093ea

#9093ea #ba90ea #90c0ea

Monochromatic Colors of #9093ea

#9093ea

Complementary Color

#9093ea #eae790

#9093ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9093ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9093ea Color CSS Codes

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

#9093ea Text Font Color

<p style="color:#9093ea">Text here</p>

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


#9093ea Background Color

<div style="background-color:#9093ea">
Div content here</div>

This div background color is #9093ea


#9093ea Border Color

<div style="border:3px solid #9093ea">
Div here</div>

This div border color is #9093ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,147,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9093ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9093ea;
  -webkit-box-shadow: 1px 1px 3px 2px #9093ea;
  box-shadow:         1px 1px 3px 2px #9093ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9093ea


Comments

No comments written yet.

Please login to write comment.