Color Hex Logo

#351465 Color Hex

#351465
(53,20,101)
0 Favorites   0 Comments

Color spaces of #351465

RGB 5320101
HSL0.730.670.24
HSV264°80°40°
CMYK 0.480.800.00   0.60
XYZ4.06732.196812.5216
Yxy2.19680.21650.1169
Hunter Lab14.821623.0456-39.7143
CIE-Lab16.487934.8537-41.2454

#351465 color RGB value is (53,20,101).

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

The process color (four color CMYK) of #351465 color hex is 0.48, 0.80, 0.00, 0.60. Web safe color of #351465 is #330066. Color #351465 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010100 01100101
Octal 65 24 145
Decimal 53 20 101
Hex 35 14 65

RGB Percentages of Color #351465

%30.46
%11.49
%58.05

CMYK Percentages of Color #351465

%48
%80
%0
%60

Triadic Colors of #351465

#351465 #653514 #146535

Analogous Colors of #351465

#351465 #5e1465 #141b65

Monochromatic Colors of #351465

#351465

Complementary Color

#351465 #446514

#351465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351465 Color CSS Codes

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

#351465 Text Font Color

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

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


#351465 Background Color

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

This div background color is #351465


#351465 Border Color

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

This div border color is #351465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351465


Comments

No comments written yet.

Please login to write comment.