Color Hex Logo

#351161 Color Hex

#351161
(53,17,97)
0 Favorites   0 Comments

Color spaces of #351161

RGB 531797
HSL0.740.700.22
HSV267°82°38°
CMYK 0.450.820.00   0.62
XYZ3.82632.020811.4977
Yxy2.02080.22060.1165
Hunter Lab14.215523.1687-38.0038
CIE-Lab15.596035.1732-40.0564

#351161 color RGB value is (53,17,97).

#351161 hex color red value is 53, green value is 17 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #351161 hue: 0.74 , saturation: 0.70 and the lightness value of 351161 is 0.22.

The process color (four color CMYK) of #351161 color hex is 0.45, 0.82, 0.00, 0.62. Web safe color of #351161 is #330066. Color #351161 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010001 01100001
Octal 65 21 141
Decimal 53 17 97
Hex 35 11 61

RGB Percentages of Color #351161

%31.74
%10.18
%58.08

CMYK Percentages of Color #351161

%45
%82
%0
%62

Triadic Colors of #351161

#351161 #613511 #116135

Analogous Colors of #351161

#351161 #5d1161 #111561

Monochromatic Colors of #351161

#351161

Complementary Color

#351161 #3d6111

#351161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351161 Color CSS Codes

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

#351161 Text Font Color

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

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


#351161 Background Color

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

This div background color is #351161


#351161 Border Color

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

This div border color is #351161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351161


Comments

No comments written yet.

Please login to write comment.