Color Hex Logo

#90349d Color Hex

#90349D
(144,52,157)
0 Favorites   0 Comments

Color spaces of #90349d

RGB 14452157
HSL0.810.500.41
HSV293°67°62°
CMYK 0.080.670.00   0.38
XYZ18.815410.819632.9950
Yxy10.81960.30040.1728
Hunter Lab32.893244.5417-36.4484
CIE-Lab39.275053.1496-39.0344

#90349d color RGB value is (144,52,157).

#90349d hex color red value is 144, green value is 52 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #90349d hue: 0.81 , saturation: 0.50 and the lightness value of 90349d is 0.41.

The process color (four color CMYK) of #90349d color hex is 0.08, 0.67, 0.00, 0.38. Web safe color of #90349d is #993399. Color #90349d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00110100 10011101
Octal 220 64 235
Decimal 144 52 157
Hex 90 34 9D

RGB Percentages of Color #90349d

%40.79
%14.73
%44.48

CMYK Percentages of Color #90349d

%8
%67
%0
%38

Triadic Colors of #90349d

#90349d #9d9034 #349d90

Analogous Colors of #90349d

#90349d #9d3476 #5c349d

Monochromatic Colors of #90349d

#90349d

Complementary Color

#90349d #419d34

#90349d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90349d Color Preview on White Background

Lorem ipsum dolor sit amet.

#90349d Color CSS Codes

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

#90349d Text Font Color

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

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


#90349d Background Color

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

This div background color is #90349d


#90349d Border Color

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

This div border color is #90349d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,52,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90349d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90349d;
  -webkit-box-shadow: 1px 1px 3px 2px #90349d;
  box-shadow:         1px 1px 3px 2px #90349d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90349d


Comments

No comments written yet.

Please login to write comment.