Color Hex Logo

#937dc2 Color Hex

#937DC2
(147,125,194)
0 Favorites   0 Comments

Color spaces of #937dc2

RGB 147125194
HSL0.720.360.63
HSV259°36°76°
CMYK 0.240.360.00   0.24
XYZ29.103824.765354.2852
Yxy24.76530.26910.2290
Hunter Lab49.764717.3034-29.8404
CIE-Lab56.846023.0167-32.9915

#937dc2 color RGB value is (147,125,194).

#937dc2 hex color red value is 147, green value is 125 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #937dc2 hue: 0.72 , saturation: 0.36 and the lightness value of 937dc2 is 0.63.

The process color (four color CMYK) of #937dc2 color hex is 0.24, 0.36, 0.00, 0.24. Web safe color of #937dc2 is #9966cc. Color #937dc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01111101 11000010
Octal 223 175 302
Decimal 147 125 194
Hex 93 7D C2

RGB Percentages of Color #937dc2

%31.55
%26.82
%41.63

CMYK Percentages of Color #937dc2

%24
%36
%0
%24

Triadic Colors of #937dc2

#937dc2 #c2937d #7dc293

Analogous Colors of #937dc2

#937dc2 #b67dc2 #7d8ac2

Monochromatic Colors of #937dc2

#937dc2

Complementary Color

#937dc2 #acc27d

#937dc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#937dc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#937dc2 Color CSS Codes

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

#937dc2 Text Font Color

<p style="color:#937dc2">Text here</p>

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


#937dc2 Background Color

<div style="background-color:#937dc2">
Div content here</div>

This div background color is #937dc2


#937dc2 Border Color

<div style="border:3px solid #937dc2">
Div here</div>

This div border color is #937dc2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,125,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #937dc2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #937dc2;
  -webkit-box-shadow: 1px 1px 3px 2px #937dc2;
  box-shadow:         1px 1px 3px 2px #937dc2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #937dc2


Comments

No comments written yet.

Please login to write comment.