Color Hex Logo

#9503df Color Hex

#9503DF
(149,3,223)
0 Favorites   0 Comments

Color spaces of #9503df

RGB 1493223
HSL0.780.970.44
HSV280°99°87°
CMYK 0.330.990.00   0.13
XYZ25.746311.782470.7293
Yxy11.78240.23780.1088
Hunter Lab34.325573.8167-98.1420
CIE-Lab40.868278.3944-75.1628

#9503df color RGB value is (149,3,223).

#9503df hex color red value is 149, green value is 3 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9503df hue: 0.78 , saturation: 0.97 and the lightness value of 9503df is 0.44.

The process color (four color CMYK) of #9503df color hex is 0.33, 0.99, 0.00, 0.13. Web safe color of #9503df is #9900cc. Color #9503df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000011 11011111
Octal 225 3 337
Decimal 149 3 223
Hex 95 3 DF

RGB Percentages of Color #9503df

%39.73
%0.80
%59.47

CMYK Percentages of Color #9503df

%33
%99
%0
%13

Triadic Colors of #9503df

#9503df #df9503 #03df95

Analogous Colors of #9503df

#9503df #df03bb #2703df

Monochromatic Colors of #9503df

#9503df

Complementary Color

#9503df #4ddf03

#9503df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9503df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9503df Color CSS Codes

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

#9503df Text Font Color

<p style="color:#9503df">Text here</p>

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


#9503df Background Color

<div style="background-color:#9503df">
Div content here</div>

This div background color is #9503df


#9503df Border Color

<div style="border:3px solid #9503df">
Div here</div>

This div border color is #9503df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,3,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9503df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9503df;
  -webkit-box-shadow: 1px 1px 3px 2px #9503df;
  box-shadow:         1px 1px 3px 2px #9503df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,3,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9503df


Comments

No comments written yet.

Please login to write comment.