Color Hex Logo

#938fad Color Hex

#938FAD
(147,143,173)
3 Favorites   0 Comments

Color spaces of #938fad

RGB 147143173
HSL0.690.150.62
HSV248°17°68°
CMYK 0.150.170.00   0.32
XYZ29.397928.865143.5572
Yxy28.86510.28870.2835
Hunter Lab53.72633.6506-10.4595
CIE-Lab60.66247.6982-15.1892

#938fad color RGB value is (147,143,173).

#938fad hex color red value is 147, green value is 143 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #938fad hue: 0.69 , saturation: 0.15 and the lightness value of 938fad is 0.62.

The process color (four color CMYK) of #938fad color hex is 0.15, 0.17, 0.00, 0.32. Web safe color of #938fad is #999999. Color #938fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001111 10101101
Octal 223 217 255
Decimal 147 143 173
Hex 93 8F AD

RGB Percentages of Color #938fad

%31.75
%30.89
%37.37

CMYK Percentages of Color #938fad

%15
%17
%0
%32

Triadic Colors of #938fad

#938fad #ad938f #8fad93

Analogous Colors of #938fad

#938fad #a28fad #8f9aad

Monochromatic Colors of #938fad

#938fad

Complementary Color

#938fad #a9ad8f

#938fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#938fad Color CSS Codes

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

#938fad Text Font Color

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

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


#938fad Background Color

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

This div background color is #938fad


#938fad Border Color

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

This div border color is #938fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938fad


Comments

No comments written yet.

Please login to write comment.