Color Hex Logo

#465165 Color Hex

#465165
(70,81,101)
0 Favorites   0 Comments

Color spaces of #465165

RGB 7081101
HSL0.610.180.34
HSV219°31°40°
CMYK 0.310.200.00   0.60
XYZ7.81728.126513.4685
Yxy8.12650.26580.2763
Hunter Lab28.5070-0.9390-8.0574
CIE-Lab34.24500.8676-13.0221

#465165 color RGB value is (70,81,101).

#465165 hex color red value is 70, green value is 81 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #465165 hue: 0.61 , saturation: 0.18 and the lightness value of 465165 is 0.34.

The process color (four color CMYK) of #465165 color hex is 0.31, 0.20, 0.00, 0.60. Web safe color of #465165 is #336666. Color #465165 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010001 01100101
Octal 106 121 145
Decimal 70 81 101
Hex 46 51 65

RGB Percentages of Color #465165

%27.78
%32.14
%40.08

CMYK Percentages of Color #465165

%31
%20
%0
%60

Triadic Colors of #465165

#465165 #654651 #516546

Analogous Colors of #465165

#465165 #4b4665 #466165

Monochromatic Colors of #465165

#465165

Complementary Color

#465165 #655a46

#465165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465165 Color CSS Codes

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

#465165 Text Font Color

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

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


#465165 Background Color

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

This div background color is #465165


#465165 Border Color

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

This div border color is #465165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465165


Comments

No comments written yet.

Please login to write comment.