Color Hex Logo

#351190 Color Hex

#351190
(53,17,144)
0 Favorites   0 Comments

Color spaces of #351190

RGB 5317144
HSL0.710.790.32
HSV257°88°56°
CMYK 0.630.880.00   0.44
XYZ6.70273.171426.6444
Yxy3.17140.18350.0868
Hunter Lab17.808436.0187-76.2419
CIE-Lab20.717748.3073-61.7902

#351190 color RGB value is (53,17,144).

#351190 hex color red value is 53, green value is 17 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #351190 hue: 0.71 , saturation: 0.79 and the lightness value of 351190 is 0.32.

The process color (four color CMYK) of #351190 color hex is 0.63, 0.88, 0.00, 0.44. Web safe color of #351190 is #330099. Color #351190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010001 10010000
Octal 65 21 220
Decimal 53 17 144
Hex 35 11 90

RGB Percentages of Color #351190

%24.77
%7.94
%67.29

CMYK Percentages of Color #351190

%63
%88
%0
%44

Triadic Colors of #351190

#351190 #903511 #119035

Analogous Colors of #351190

#351190 #751190 #112d90

Monochromatic Colors of #351190

#351190

Complementary Color

#351190 #6c9011

#351190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351190 Color CSS Codes

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

#351190 Text Font Color

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

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


#351190 Background Color

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

This div background color is #351190


#351190 Border Color

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

This div border color is #351190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351190


Comments

No comments written yet.

Please login to write comment.