Color Hex Logo

#938ab8 Color Hex

#938AB8
(147,138,184)
0 Favorites   0 Comments

Color spaces of #938ab8

RGB 147138184
HSL0.700.240.63
HSV252°25°72°
CMYK 0.200.250.00   0.28
XYZ29.772827.840749.1520
Yxy27.84070.27890.2608
Hunter Lab52.76438.3830-18.2960
CIE-Lab59.744513.0858-22.8289

#938ab8 color RGB value is (147,138,184).

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

The process color (four color CMYK) of #938ab8 color hex is 0.20, 0.25, 0.00, 0.28. Web safe color of #938ab8 is #9999cc. Color #938ab8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001010 10111000
Octal 223 212 270
Decimal 147 138 184
Hex 93 8A B8

RGB Percentages of Color #938ab8

%31.34
%29.42
%39.23

CMYK Percentages of Color #938ab8

%20
%25
%0
%28

Triadic Colors of #938ab8

#938ab8 #b8938a #8ab893

Analogous Colors of #938ab8

#938ab8 #aa8ab8 #8a98b8

Monochromatic Colors of #938ab8

#938ab8

Complementary Color

#938ab8 #afb88a

#938ab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938ab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#938ab8 Color CSS Codes

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

#938ab8 Text Font Color

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

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


#938ab8 Background Color

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

This div background color is #938ab8


#938ab8 Border Color

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

This div border color is #938ab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938ab8


Comments

No comments written yet.

Please login to write comment.