Color Hex Logo

#937ffd Color Hex

#937FFD
(147,127,253)
0 Favorites   0 Comments

Color spaces of #937ffd

RGB 147127253
HSL0.690.970.75
HSV250°50°99°
CMYK 0.420.500.00   0.01
XYZ37.351628.473696.4558
Yxy28.47360.23020.1755
Hunter Lab53.360731.5660-69.8213
CIE-Lab60.314237.2948-60.5055

#937ffd color RGB value is (147,127,253).

#937ffd hex color red value is 147, green value is 127 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #937ffd hue: 0.69 , saturation: 0.97 and the lightness value of 937ffd is 0.75.

The process color (four color CMYK) of #937ffd color hex is 0.42, 0.50, 0.00, 0.01. Web safe color of #937ffd is #9966ff. Color #937ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01111111 11111101
Octal 223 177 375
Decimal 147 127 253
Hex 93 7F FD

RGB Percentages of Color #937ffd

%27.89
%24.10
%48.01

CMYK Percentages of Color #937ffd

%42
%50
%0
%1

Triadic Colors of #937ffd

#937ffd #fd937f #7ffd93

Analogous Colors of #937ffd

#937ffd #d27ffd #7faafd

Monochromatic Colors of #937ffd

#937ffd

Complementary Color

#937ffd #e9fd7f

#937ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#937ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#937ffd Color CSS Codes

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

#937ffd Text Font Color

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

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


#937ffd Background Color

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

This div background color is #937ffd


#937ffd Border Color

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

This div border color is #937ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #937ffd


Comments

No comments written yet.

Please login to write comment.