Color Hex Logo

#9372fd Color Hex

#9372FD
(147,114,253)
0 Favorites   0 Comments

Color spaces of #9372fd

RGB 147114253
HSL0.710.970.72
HSV254°55°99°
CMYK 0.420.550.00   0.01
XYZ35.779625.329595.9318
Yxy25.32950.22780.1613
Hunter Lab50.328438.8249-77.7837
CIE-Lab57.395144.6656-65.1901

#9372fd color RGB value is (147,114,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110010 11111101
Octal 223 162 375
Decimal 147 114 253
Hex 93 72 FD

RGB Percentages of Color #9372fd

%28.60
%22.18
%49.22

CMYK Percentages of Color #9372fd

%42
%55
%0
%1

Triadic Colors of #9372fd

#9372fd #fd9372 #72fd93

Analogous Colors of #9372fd

#9372fd #d972fd #7297fd

Monochromatic Colors of #9372fd

#9372fd

Complementary Color

#9372fd #dcfd72

#9372fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9372fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9372fd Color CSS Codes

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

#9372fd Text Font Color

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

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


#9372fd Background Color

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

This div background color is #9372fd


#9372fd Border Color

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

This div border color is #9372fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9372fd


Comments

No comments written yet.

Please login to write comment.