Color Hex Logo

#351d72 Color Hex

#351D72
(53,29,114)
0 Favorites   0 Comments

Color spaces of #351d72

RGB 5329114
HSL0.710.590.28
HSV257°75°45°
CMYK 0.540.750.00   0.55
XYZ4.94482.850516.2092
Yxy2.85050.20600.1187
Hunter Lab16.883422.7329-45.1039
CIE-Lab19.434933.9184-44.9032

#351d72 color RGB value is (53,29,114).

#351d72 hex color red value is 53, green value is 29 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #351d72 hue: 0.71 , saturation: 0.59 and the lightness value of 351d72 is 0.28.

The process color (four color CMYK) of #351d72 color hex is 0.54, 0.75, 0.00, 0.55. Web safe color of #351d72 is #333366. Color #351d72 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011101 01110010
Octal 65 35 162
Decimal 53 29 114
Hex 35 1D 72

RGB Percentages of Color #351d72

%27.04
%14.80
%58.16

CMYK Percentages of Color #351d72

%54
%75
%0
%55

Triadic Colors of #351d72

#351d72 #72351d #1d7235

Analogous Colors of #351d72

#351d72 #5f1d72 #1d3072

Monochromatic Colors of #351d72

#351d72

Complementary Color

#351d72 #5a721d

#351d72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351d72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351d72 Color CSS Codes

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

#351d72 Text Font Color

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

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


#351d72 Background Color

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

This div background color is #351d72


#351d72 Border Color

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

This div border color is #351d72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351d72


Comments

No comments written yet.

Please login to write comment.