Color Hex Logo

#351493 Color Hex

#351493
(53,20,147)
0 Favorites   0 Comments

Color spaces of #351493

RGB 5320147
HSL0.710.760.33
HSV256°86°58°
CMYK 0.640.860.00   0.42
XYZ6.98483.363827.8849
Yxy3.36380.18270.0880
Hunter Lab18.340735.8832-77.3053
CIE-Lab21.445748.0278-62.4471

#351493 color RGB value is (53,20,147).

#351493 hex color red value is 53, green value is 20 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #351493 hue: 0.71 , saturation: 0.76 and the lightness value of 351493 is 0.33.

The process color (four color CMYK) of #351493 color hex is 0.64, 0.86, 0.00, 0.42. Web safe color of #351493 is #330099. Color #351493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010100 10010011
Octal 65 24 223
Decimal 53 20 147
Hex 35 14 93

RGB Percentages of Color #351493

%24.09
%9.09
%66.82

CMYK Percentages of Color #351493

%64
%86
%0
%42

Triadic Colors of #351493

#351493 #933514 #149335

Analogous Colors of #351493

#351493 #751493 #143293

Monochromatic Colors of #351493

#351493

Complementary Color

#351493 #729314

#351493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351493 Color CSS Codes

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

#351493 Text Font Color

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

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


#351493 Background Color

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

This div background color is #351493


#351493 Border Color

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

This div border color is #351493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351493


Comments

No comments written yet.

Please login to write comment.