Color Hex Logo

#952490 Color Hex

#952490
(149,36,144)
0 Favorites   0 Comments

Color spaces of #952490

RGB 14936144
HSL0.840.610.36
HSV303°76°58°
CMYK 0.000.760.03   0.42
XYZ18.05939.664927.2992
Yxy9.66490.32820.1757
Hunter Lab31.088449.2861-30.3015
CIE-Lab37.234257.9892-34.3300

#952490 color RGB value is (149,36,144).

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

The process color (four color CMYK) of #952490 color hex is 0.00, 0.76, 0.03, 0.42. Web safe color of #952490 is #993399. Color #952490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100100 10010000
Octal 225 44 220
Decimal 149 36 144
Hex 95 24 90

RGB Percentages of Color #952490

%45.29
%10.94
%43.77

CMYK Percentages of Color #952490

%0
%76
%3
%42

Triadic Colors of #952490

#952490 #909524 #249095

Analogous Colors of #952490

#952490 #952457 #622495

Monochromatic Colors of #952490

#952490

Complementary Color

#952490 #249529

#952490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#952490 Color CSS Codes

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

#952490 Text Font Color

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

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


#952490 Background Color

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

This div background color is #952490


#952490 Border Color

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

This div border color is #952490


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,36,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 #952490">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952490


Comments

No comments written yet.

Please login to write comment.