Color Hex Logo

#938ecf Color Hex

#938ECF
(147,142,207)
0 Favorites   0 Comments

Color spaces of #938ecf

RGB 147142207
HSL0.680.400.68
HSV245°31°81°
CMYK 0.290.310.00   0.19
XYZ32.968130.054063.0949
Yxy30.05400.26140.2383
Hunter Lab54.821511.4071-29.8627
CIE-Lab61.700816.3912-32.7737

#938ecf color RGB value is (147,142,207).

#938ecf hex color red value is 147, green value is 142 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #938ecf hue: 0.68 , saturation: 0.40 and the lightness value of 938ecf is 0.68.

The process color (four color CMYK) of #938ecf color hex is 0.29, 0.31, 0.00, 0.19. Web safe color of #938ecf is #9999cc. Color #938ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001110 11001111
Octal 223 216 317
Decimal 147 142 207
Hex 93 8E CF

RGB Percentages of Color #938ecf

%29.64
%28.63
%41.73

CMYK Percentages of Color #938ecf

%29
%31
%0
%19

Triadic Colors of #938ecf

#938ecf #cf938e #8ecf93

Analogous Colors of #938ecf

#938ecf #b48ecf #8eaacf

Monochromatic Colors of #938ecf

#938ecf

Complementary Color

#938ecf #cacf8e

#938ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#938ecf Color CSS Codes

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

#938ecf Text Font Color

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

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


#938ecf Background Color

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

This div background color is #938ecf


#938ecf Border Color

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

This div border color is #938ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938ecf


Comments

No comments written yet.

Please login to write comment.