Color Hex Logo

#950373 Color Hex

#950373
(149,3,115)
0 Favorites   0 Comments

Color spaces of #950373

RGB 1493115
HSL0.870.960.30
HSV314°98°58°
CMYK 0.000.980.23   0.42
XYZ15.52157.692516.8864
Yxy7.69250.38710.1918
Hunter Lab27.735451.3568-16.6834
CIE-Lab33.334160.6502-22.3952

#950373 color RGB value is (149,3,115).

#950373 hex color red value is 149, green value is 3 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #950373 hue: 0.87 , saturation: 0.96 and the lightness value of 950373 is 0.30.

The process color (four color CMYK) of #950373 color hex is 0.00, 0.98, 0.23, 0.42. Web safe color of #950373 is #990066. Color #950373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000011 01110011
Octal 225 3 163
Decimal 149 3 115
Hex 95 3 73

RGB Percentages of Color #950373

%55.81
%1.12
%43.07

CMYK Percentages of Color #950373

%0
%98
%23
%42

Triadic Colors of #950373

#950373 #739503 #037395

Analogous Colors of #950373

#950373 #95032a #6e0395

Monochromatic Colors of #950373

#950373

Complementary Color

#950373 #039525

#950373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950373 Color CSS Codes

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

#950373 Text Font Color

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

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


#950373 Background Color

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

This div background color is #950373


#950373 Border Color

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

This div border color is #950373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950373


Comments

No comments written yet.

Please login to write comment.