Color Hex Logo

#950790 Color Hex

#950790
(149,7,144)
0 Favorites   0 Comments

Color spaces of #950790

RGB 1497144
HSL0.840.910.31
HSV302°95°58°
CMYK 0.000.950.03   0.42
XYZ17.50448.555127.1143
Yxy8.55510.32920.1609
Hunter Lab29.249155.6391-34.4882
CIE-Lab35.113264.1566-37.7015

#950790 color RGB value is (149,7,144).

#950790 hex color red value is 149, green value is 7 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #950790 hue: 0.84 , saturation: 0.91 and the lightness value of 950790 is 0.31.

The process color (four color CMYK) of #950790 color hex is 0.00, 0.95, 0.03, 0.42. Web safe color of #950790 is #990099. Color #950790 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000111 10010000
Octal 225 7 220
Decimal 149 7 144
Hex 95 7 90

RGB Percentages of Color #950790

%49.67
%2.33
%48.00

CMYK Percentages of Color #950790

%0
%95
%3
%42

Triadic Colors of #950790

#950790 #909507 #079095

Analogous Colors of #950790

#950790 #950749 #530795

Monochromatic Colors of #950790

#950790

Complementary Color

#950790 #07950c

#950790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950790 Color CSS Codes

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

#950790 Text Font Color

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

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


#950790 Background Color

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

This div background color is #950790


#950790 Border Color

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

This div border color is #950790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950790


Comments

No comments written yet.

Please login to write comment.