Color Hex Logo

#954685 Color Hex

#954685
(149,70,133)
0 Favorites   0 Comments

Color spaces of #954685

RGB 14970133
HSL0.870.360.43
HSV312°53°58°
CMYK 0.000.530.11   0.42
XYZ18.818212.463323.6041
Yxy12.46330.34290.2271
Hunter Lab35.303433.3671-14.9293
CIE-Lab41.943241.6630-20.2430

#954685 color RGB value is (149,70,133).

#954685 hex color red value is 149, green value is 70 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #954685 hue: 0.87 , saturation: 0.36 and the lightness value of 954685 is 0.43.

The process color (four color CMYK) of #954685 color hex is 0.00, 0.53, 0.11, 0.42. Web safe color of #954685 is #993399. Color #954685 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000110 10000101
Octal 225 106 205
Decimal 149 70 133
Hex 95 46 85

RGB Percentages of Color #954685

%42.33
%19.89
%37.78

CMYK Percentages of Color #954685

%0
%53
%11
%42

Triadic Colors of #954685

#954685 #859546 #468595

Analogous Colors of #954685

#954685 #95465e #7e4695

Monochromatic Colors of #954685

#954685

Complementary Color

#954685 #469556

#954685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#954685 Color CSS Codes

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

#954685 Text Font Color

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

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


#954685 Background Color

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

This div background color is #954685


#954685 Border Color

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

This div border color is #954685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954685


Comments

No comments written yet.

Please login to write comment.