Color Hex Logo

#351467 Color Hex

#351467
(53,20,103)
0 Favorites   0 Comments

Color spaces of #351467

RGB 5320103
HSL0.730.670.24
HSV264°81°40°
CMYK 0.490.810.00   0.60
XYZ4.16652.236513.0440
Yxy2.23650.21420.1150
Hunter Lab14.954923.5596-41.2455
CIE-Lab16.682435.4256-42.2442

#351467 color RGB value is (53,20,103).

#351467 hex color red value is 53, green value is 20 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #351467 hue: 0.73 , saturation: 0.67 and the lightness value of 351467 is 0.24.

The process color (four color CMYK) of #351467 color hex is 0.49, 0.81, 0.00, 0.60. Web safe color of #351467 is #330066. Color #351467 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010100 01100111
Octal 65 24 147
Decimal 53 20 103
Hex 35 14 67

RGB Percentages of Color #351467

%30.11
%11.36
%58.52

CMYK Percentages of Color #351467

%49
%81
%0
%60

Triadic Colors of #351467

#351467 #673514 #146735

Analogous Colors of #351467

#351467 #5e1467 #141d67

Monochromatic Colors of #351467

#351467

Complementary Color

#351467 #466714

#351467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351467 Color CSS Codes

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

#351467 Text Font Color

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

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


#351467 Background Color

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

This div background color is #351467


#351467 Border Color

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

This div border color is #351467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351467


Comments

No comments written yet.

Please login to write comment.