Color Hex Logo

#954678 Color Hex

#954678
(149,70,120)
0 Favorites   0 Comments

Color spaces of #954678

RGB 14970120
HSL0.890.360.43
HSV322°53°58°
CMYK 0.000.530.19   0.42
XYZ17.974712.125919.1625
Yxy12.12590.36490.2461
Hunter Lab34.822331.1999-8.2514
CIE-Lab41.415539.5166-13.0875

#954678 color RGB value is (149,70,120).

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

The process color (four color CMYK) of #954678 color hex is 0.00, 0.53, 0.19, 0.42. Web safe color of #954678 is #993366. Color #954678 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000110 01111000
Octal 225 106 170
Decimal 149 70 120
Hex 95 46 78

RGB Percentages of Color #954678

%43.95
%20.65
%35.40

CMYK Percentages of Color #954678

%0
%53
%19
%42

Triadic Colors of #954678

#954678 #789546 #467895

Analogous Colors of #954678

#954678 #954651 #8b4695

Monochromatic Colors of #954678

#954678

Complementary Color

#954678 #469563

#954678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#954678 Color CSS Codes

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

#954678 Text Font Color

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

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


#954678 Background Color

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

This div background color is #954678


#954678 Border Color

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

This div border color is #954678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954678


Comments

No comments written yet.

Please login to write comment.