Color Hex Logo

#9381fd Color Hex

#9381FD
(147,129,253)
0 Favorites   0 Comments

Color spaces of #9381fd

RGB 147129253
HSL0.690.970.75
HSV249°49°99°
CMYK 0.420.490.00   0.01
XYZ37.612528.995496.5428
Yxy28.99540.23050.1777
Hunter Lab53.847430.4497-68.6077
CIE-Lab60.777636.1483-59.7644

#9381fd color RGB value is (147,129,253).

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

The process color (four color CMYK) of #9381fd color hex is 0.42, 0.49, 0.00, 0.01. Web safe color of #9381fd is #9999ff. Color #9381fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000001 11111101
Octal 223 201 375
Decimal 147 129 253
Hex 93 81 FD

RGB Percentages of Color #9381fd

%27.79
%24.39
%47.83

CMYK Percentages of Color #9381fd

%42
%49
%0
%1

Triadic Colors of #9381fd

#9381fd #fd9381 #81fd93

Analogous Colors of #9381fd

#9381fd #d181fd #81adfd

Monochromatic Colors of #9381fd

#9381fd

Complementary Color

#9381fd #ebfd81

#9381fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9381fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9381fd Color CSS Codes

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

#9381fd Text Font Color

<p style="color:#9381fd">Text here</p>

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


#9381fd Background Color

<div style="background-color:#9381fd">
Div content here</div>

This div background color is #9381fd


#9381fd Border Color

<div style="border:3px solid #9381fd">
Div here</div>

This div border color is #9381fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,129,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 #9381fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9381fd

Related Colors


Comments

No comments written yet.

Please login to write comment.