Color Hex Logo

#938ada Color Hex

#938ADA
(147,138,218)
0 Favorites   0 Comments

Color spaces of #938ada

RGB 147138218
HSL0.690.520.70
HSV247°37°85°
CMYK 0.330.370.00   0.15
XYZ33.776029.442070.2323
Yxy29.44200.25310.2206
Hunter Lab54.260516.1566-38.7599
CIE-Lab61.169721.5267-39.7534

#938ada color RGB value is (147,138,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001010 11011010
Octal 223 212 332
Decimal 147 138 218
Hex 93 8A DA

RGB Percentages of Color #938ada

%29.22
%27.44
%43.34

CMYK Percentages of Color #938ada

%33
%37
%0
%15

Triadic Colors of #938ada

#938ada #da938a #8ada93

Analogous Colors of #938ada

#938ada #bb8ada #8aa9da

Monochromatic Colors of #938ada

#938ada

Complementary Color

#938ada #d1da8a

#938ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#938ada Color CSS Codes

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

#938ada Text Font Color

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

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


#938ada Background Color

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

This div background color is #938ada


#938ada Border Color

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

This div border color is #938ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,138,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 #938ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938ada


Comments

No comments written yet.

Please login to write comment.