Color Hex Logo

#938dfa Color Hex

#938DFA
(147,141,250)
0 Favorites   0 Comments

Color spaces of #938dfa

RGB 147141250
HSL0.680.920.77
HSV243°44°98°
CMYK 0.410.440.00   0.02
XYZ38.812832.154994.6033
Yxy32.15490.23440.1942
Hunter Lab56.705322.9428-59.2218
CIE-Lab63.470728.4040-53.8256

#938dfa color RGB value is (147,141,250).

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

The process color (four color CMYK) of #938dfa color hex is 0.41, 0.44, 0.00, 0.02. Web safe color of #938dfa is #9999ff. Color #938dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001101 11111010
Octal 223 215 372
Decimal 147 141 250
Hex 93 8D FA

RGB Percentages of Color #938dfa

%27.32
%26.21
%46.47

CMYK Percentages of Color #938dfa

%41
%44
%0
%2

Triadic Colors of #938dfa

#938dfa #fa938d #8dfa93

Analogous Colors of #938dfa

#938dfa #ca8dfa #8dbefa

Monochromatic Colors of #938dfa

#938dfa

Complementary Color

#938dfa #f4fa8d

#938dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#938dfa Color CSS Codes

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

#938dfa Text Font Color

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

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


#938dfa Background Color

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

This div background color is #938dfa


#938dfa Border Color

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

This div border color is #938dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.