Color Hex Logo

#351261 Color Hex

#351261
(53,18,97)
0 Favorites   0 Comments

Color spaces of #351261

RGB 531897
HSL0.740.690.23
HSV267°81°38°
CMYK 0.450.810.00   0.62
XYZ3.84222.052611.5029
Yxy2.05260.22080.1180
Hunter Lab14.326922.7982-37.5744
CIE-Lab15.760934.6995-39.7864

#351261 color RGB value is (53,18,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010010 01100001
Octal 65 22 141
Decimal 53 18 97
Hex 35 12 61

RGB Percentages of Color #351261

%31.55
%10.71
%57.74

CMYK Percentages of Color #351261

%45
%81
%0
%62

Triadic Colors of #351261

#351261 #613512 #126135

Analogous Colors of #351261

#351261 #5d1261 #121661

Monochromatic Colors of #351261

#351261

Complementary Color

#351261 #3e6112

#351261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351261 Color CSS Codes

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

#351261 Text Font Color

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

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


#351261 Background Color

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

This div background color is #351261


#351261 Border Color

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

This div border color is #351261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351261


Comments

No comments written yet.

Please login to write comment.