Color Hex Logo

#937ed2 Color Hex

#937ED2
(147,126,210)
0 Favorites   0 Comments

Color spaces of #937ed2

RGB 147126210
HSL0.710.480.66
HSV255°40°82°
CMYK 0.300.400.00   0.18
XYZ31.126325.777964.3079
Yxy25.77790.25680.2127
Hunter Lab50.771920.5805-39.5565
CIE-Lab57.825626.4266-40.5168

#937ed2 color RGB value is (147,126,210).

#937ed2 hex color red value is 147, green value is 126 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #937ed2 hue: 0.71 , saturation: 0.48 and the lightness value of 937ed2 is 0.66.

The process color (four color CMYK) of #937ed2 color hex is 0.30, 0.40, 0.00, 0.18. Web safe color of #937ed2 is #9966cc. Color #937ed2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01111110 11010010
Octal 223 176 322
Decimal 147 126 210
Hex 93 7E D2

RGB Percentages of Color #937ed2

%30.43
%26.09
%43.48

CMYK Percentages of Color #937ed2

%30
%40
%0
%18

Triadic Colors of #937ed2

#937ed2 #d2937e #7ed293

Analogous Colors of #937ed2

#937ed2 #bd7ed2 #7e93d2

Monochromatic Colors of #937ed2

#937ed2

Complementary Color

#937ed2 #bdd27e

#937ed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#937ed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#937ed2 Color CSS Codes

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

#937ed2 Text Font Color

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

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


#937ed2 Background Color

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

This div background color is #937ed2


#937ed2 Border Color

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

This div border color is #937ed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #937ed2


Comments

No comments written yet.

Please login to write comment.