Color Hex Logo

#938add Color Hex

#938ADD
(147,138,221)
0 Favorites   0 Comments

Color spaces of #938add

RGB 147138221
HSL0.680.550.70
HSV247°38°87°
CMYK 0.330.380.00   0.13
XYZ34.172229.600572.3190
Yxy29.60050.25110.2175
Hunter Lab54.406316.9034-40.7261
CIE-Lab61.308022.3102-41.2098

#938add color RGB value is (147,138,221).

#938add hex color red value is 147, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #938add hue: 0.68 , saturation: 0.55 and the lightness value of 938add is 0.70.

The process color (four color CMYK) of #938add color hex is 0.33, 0.38, 0.00, 0.13. Web safe color of #938add is #9999cc. Color #938add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001010 11011101
Octal 223 212 335
Decimal 147 138 221
Hex 93 8A DD

RGB Percentages of Color #938add

%29.05
%27.27
%43.68

CMYK Percentages of Color #938add

%33
%38
%0
%13

Triadic Colors of #938add

#938add #dd938a #8add93

Analogous Colors of #938add

#938add #bd8add #8aabdd

Monochromatic Colors of #938add

#938add

Complementary Color

#938add #d4dd8a

#938add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938add Color Preview on White Background

Lorem ipsum dolor sit amet.

#938add Color CSS Codes

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

#938add Text Font Color

<p style="color:#938add">Text here</p>

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


#938add Background Color

<div style="background-color:#938add">
Div content here</div>

This div background color is #938add


#938add Border Color

<div style="border:3px solid #938add">
Div here</div>

This div border color is #938add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,138,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #938add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #938add;
  -webkit-box-shadow: 1px 1px 3px 2px #938add;
  box-shadow:         1px 1px 3px 2px #938add; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938add


Comments

No comments written yet.

Please login to write comment.