Color Hex Logo

#351673 Color Hex

#351673
(53,22,115)
0 Favorites   0 Comments

Color spaces of #351673

RGB 5322115
HSL0.720.680.27
HSV260°81°45°
CMYK 0.540.810.00   0.55
XYZ4.84962.568516.4598
Yxy2.56850.20310.1076
Hunter Lab16.026525.9673-49.6743
CIE-Lab18.225637.9254-47.5317

#351673 color RGB value is (53,22,115).

#351673 hex color red value is 53, green value is 22 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #351673 hue: 0.72 , saturation: 0.68 and the lightness value of 351673 is 0.27.

The process color (four color CMYK) of #351673 color hex is 0.54, 0.81, 0.00, 0.55. Web safe color of #351673 is #330066. Color #351673 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010110 01110011
Octal 65 26 163
Decimal 53 22 115
Hex 35 16 73

RGB Percentages of Color #351673

%27.89
%11.58
%60.53

CMYK Percentages of Color #351673

%54
%81
%0
%55

Triadic Colors of #351673

#351673 #733516 #167335

Analogous Colors of #351673

#351673 #641673 #162673

Monochromatic Colors of #351673

#351673

Complementary Color

#351673 #547316

#351673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351673 Color CSS Codes

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

#351673 Text Font Color

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

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


#351673 Background Color

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

This div background color is #351673


#351673 Border Color

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

This div border color is #351673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351673


Comments

No comments written yet.

Please login to write comment.