Color Hex Logo

#938adc Color Hex

#938ADC
(147,138,220)
0 Favorites   0 Comments

Color spaces of #938adc

RGB 147138220
HSL0.680.540.70
HSV247°37°86°
CMYK 0.330.370.00   0.14
XYZ34.039429.547371.6193
Yxy29.54730.25180.2185
Hunter Lab54.357416.6538-40.0681
CIE-Lab61.261622.0488-40.7251

#938adc color RGB value is (147,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001010 11011100
Octal 223 212 334
Decimal 147 138 220
Hex 93 8A DC

RGB Percentages of Color #938adc

%29.11
%27.33
%43.56

CMYK Percentages of Color #938adc

%33
%37
%0
%14

Triadic Colors of #938adc

#938adc #dc938a #8adc93

Analogous Colors of #938adc

#938adc #bc8adc #8aaadc

Monochromatic Colors of #938adc

#938adc

Complementary Color

#938adc #d3dc8a

#938adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#938adc Color CSS Codes

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

#938adc Text Font Color

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

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


#938adc Background Color

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

This div background color is #938adc


#938adc Border Color

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

This div border color is #938adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938adc


Comments

No comments written yet.

Please login to write comment.