Color Hex Logo

#953880 Color Hex

#953880
(149,56,128)
0 Favorites   0 Comments

Color spaces of #953880

RGB 14956128
HSL0.870.450.40
HSV314°62°58°
CMYK 0.000.620.14   0.42
XYZ17.704910.776421.5690
Yxy10.77640.35370.2153
Hunter Lab32.827438.8229-15.9768
CIE-Lab39.201347.6175-21.4132

#953880 color RGB value is (149,56,128).

#953880 hex color red value is 149, green value is 56 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #953880 hue: 0.87 , saturation: 0.45 and the lightness value of 953880 is 0.40.

The process color (four color CMYK) of #953880 color hex is 0.00, 0.62, 0.14, 0.42. Web safe color of #953880 is #993399. Color #953880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111000 10000000
Octal 225 70 200
Decimal 149 56 128
Hex 95 38 80

RGB Percentages of Color #953880

%44.74
%16.82
%38.44

CMYK Percentages of Color #953880

%0
%62
%14
%42

Triadic Colors of #953880

#953880 #809538 #388095

Analogous Colors of #953880

#953880 #953851 #7c3895

Monochromatic Colors of #953880

#953880

Complementary Color

#953880 #38954d

#953880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953880 Color CSS Codes

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

#953880 Text Font Color

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

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


#953880 Background Color

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

This div background color is #953880


#953880 Border Color

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

This div border color is #953880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953880


Comments

No comments written yet.

Please login to write comment.