Color Hex Logo

#938fdd Color Hex

#938FDD
(147,143,221)
0 Favorites   0 Comments

Color spaces of #938fdd

RGB 147143221
HSL0.680.530.71
HSV243°35°87°
CMYK 0.330.350.00   0.13
XYZ34.906231.068472.5637
Yxy31.06840.25200.2243
Hunter Lab55.739014.2411-38.1692
CIE-Lab62.565319.4182-39.2386

#938fdd color RGB value is (147,143,221).

#938fdd hex color red value is 147, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #938fdd hue: 0.68 , saturation: 0.53 and the lightness value of 938fdd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001111 11011101
Octal 223 217 335
Decimal 147 143 221
Hex 93 8F DD

RGB Percentages of Color #938fdd

%28.77
%27.98
%43.25

CMYK Percentages of Color #938fdd

%33
%35
%0
%13

Triadic Colors of #938fdd

#938fdd #dd938f #8fdd93

Analogous Colors of #938fdd

#938fdd #ba8fdd #8fb2dd

Monochromatic Colors of #938fdd

#938fdd

Complementary Color

#938fdd #d9dd8f

#938fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#938fdd Color CSS Codes

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

#938fdd Text Font Color

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

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


#938fdd Background Color

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

This div background color is #938fdd


#938fdd Border Color

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

This div border color is #938fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938fdd


Comments

No comments written yet.

Please login to write comment.