Color Hex Logo

#351570 Color Hex

#351570
(53,21,112)
0 Favorites   0 Comments

Color spaces of #351570

RGB 5321112
HSL0.730.680.26
HSV261°81°44°
CMYK 0.530.810.00   0.56
XYZ4.66102.463115.5590
Yxy2.46310.20550.1086
Hunter Lab15.694325.5473-47.7930
CIE-Lab17.750937.5357-46.3700

#351570 color RGB value is (53,21,112).

#351570 hex color red value is 53, green value is 21 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #351570 hue: 0.73 , saturation: 0.68 and the lightness value of 351570 is 0.26.

The process color (four color CMYK) of #351570 color hex is 0.53, 0.81, 0.00, 0.56. Web safe color of #351570 is #330066. Color #351570 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010101 01110000
Octal 65 25 160
Decimal 53 21 112
Hex 35 15 70

RGB Percentages of Color #351570

%28.49
%11.29
%60.22

CMYK Percentages of Color #351570

%53
%81
%0
%56

Triadic Colors of #351570

#351570 #703515 #157035

Analogous Colors of #351570

#351570 #631570 #152270

Monochromatic Colors of #351570

#351570

Complementary Color

#351570 #507015

#351570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351570 Color CSS Codes

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

#351570 Text Font Color

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

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


#351570 Background Color

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

This div background color is #351570


#351570 Border Color

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

This div border color is #351570


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,21,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351570


Comments

No comments written yet.

Please login to write comment.