Color Hex Logo

#954394 Color Hex

#954394
(149,67,148)
0 Favorites   0 Comments

Color spaces of #954394

RGB 14967148
HSL0.840.380.42
HSV301°55°58°
CMYK 0.000.550.01   0.42
XYZ19.746912.542029.3970
Yxy12.54200.32010.2033
Hunter Lab35.414737.5542-24.4251
CIE-Lab42.064945.8556-29.1521

#954394 color RGB value is (149,67,148).

#954394 hex color red value is 149, green value is 67 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #954394 hue: 0.84 , saturation: 0.38 and the lightness value of 954394 is 0.42.

The process color (four color CMYK) of #954394 color hex is 0.00, 0.55, 0.01, 0.42. Web safe color of #954394 is #993399. Color #954394 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000011 10010100
Octal 225 103 224
Decimal 149 67 148
Hex 95 43 94

RGB Percentages of Color #954394

%40.93
%18.41
%40.66

CMYK Percentages of Color #954394

%0
%55
%1
%42

Triadic Colors of #954394

#954394 #949543 #439495

Analogous Colors of #954394

#954394 #95436b #6d4395

Monochromatic Colors of #954394

#954394

Complementary Color

#954394 #439544

#954394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#954394 Color CSS Codes

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

#954394 Text Font Color

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

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


#954394 Background Color

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

This div background color is #954394


#954394 Border Color

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

This div border color is #954394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954394


Comments

No comments written yet.

Please login to write comment.