Color Hex Logo

#938dca Color Hex

#938DCA
(147,141,202)
0 Favorites   0 Comments

Color spaces of #938dca

RGB 147141202
HSL0.680.370.67
HSV246°30°79°
CMYK 0.270.300.00   0.21
XYZ32.218229.517159.8764
Yxy29.51710.26490.2427
Hunter Lab54.329610.7760-27.3124
CIE-Lab61.235315.7135-30.6915

#938dca color RGB value is (147,141,202).

#938dca hex color red value is 147, green value is 141 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #938dca hue: 0.68 , saturation: 0.37 and the lightness value of 938dca is 0.67.

The process color (four color CMYK) of #938dca color hex is 0.27, 0.30, 0.00, 0.21. Web safe color of #938dca is #9999cc. Color #938dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001101 11001010
Octal 223 215 312
Decimal 147 141 202
Hex 93 8D CA

RGB Percentages of Color #938dca

%30.00
%28.78
%41.22

CMYK Percentages of Color #938dca

%27
%30
%0
%21

Triadic Colors of #938dca

#938dca #ca938d #8dca93

Analogous Colors of #938dca

#938dca #b28dca #8da6ca

Monochromatic Colors of #938dca

#938dca

Complementary Color

#938dca #c4ca8d

#938dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#938dca Color CSS Codes

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

#938dca Text Font Color

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

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


#938dca Background Color

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

This div background color is #938dca


#938dca Border Color

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

This div border color is #938dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938dca


Comments

No comments written yet.

Please login to write comment.