Color Hex Logo

#938aca Color Hex

#938ACA
(147,138,202)
0 Favorites   0 Comments

Color spaces of #938aca

RGB 147138202
HSL0.690.380.67
HSV248°32°79°
CMYK 0.270.320.00   0.21
XYZ31.781828.644359.7309
Yxy28.64430.26450.2384
Hunter Lab53.520412.3373-28.7058
CIE-Lab60.466417.4464-31.8843

#938aca color RGB value is (147,138,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001010 11001010
Octal 223 212 312
Decimal 147 138 202
Hex 93 8A CA

RGB Percentages of Color #938aca

%30.18
%28.34
%41.48

CMYK Percentages of Color #938aca

%27
%32
%0
%21

Triadic Colors of #938aca

#938aca #ca938a #8aca93

Analogous Colors of #938aca

#938aca #b38aca #8aa1ca

Monochromatic Colors of #938aca

#938aca

Complementary Color

#938aca #c1ca8a

#938aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#938aca Color CSS Codes

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

#938aca Text Font Color

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

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


#938aca Background Color

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

This div background color is #938aca


#938aca Border Color

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

This div border color is #938aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938aca


Comments

No comments written yet.

Please login to write comment.