Color Hex Logo

#351672 Color Hex

#351672
(53,22,114)
0 Favorites   0 Comments

Color spaces of #351672

RGB 5322114
HSL0.720.680.27
HSV260°81°45°
CMYK 0.540.810.00   0.55
XYZ4.79242.545616.1584
Yxy2.54560.20400.1083
Hunter Lab15.954925.6951-48.8776
CIE-Lab18.123637.6331-47.0533

#351672 color RGB value is (53,22,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010110 01110010
Octal 65 26 162
Decimal 53 22 114
Hex 35 16 72

RGB Percentages of Color #351672

%28.04
%11.64
%60.32

CMYK Percentages of Color #351672

%54
%81
%0
%55

Triadic Colors of #351672

#351672 #723516 #167235

Analogous Colors of #351672

#351672 #631672 #162572

Monochromatic Colors of #351672

#351672

Complementary Color

#351672 #537216

#351672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351672 Color CSS Codes

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

#351672 Text Font Color

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

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


#351672 Background Color

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

This div background color is #351672


#351672 Border Color

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

This div border color is #351672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351672


Comments

No comments written yet.

Please login to write comment.