Color Hex Logo

#462565 Color Hex

#462565
(70,37,101)
0 Favorites   0 Comments

Color spaces of #462565

RGB 7037101
HSL0.750.460.27
HSV271°63°40°
CMYK 0.310.630.00   0.60
XYZ5.53633.564812.7082
Yxy3.56480.25390.1635
Hunter Lab18.880719.2996-26.6904
CIE-Lab22.177129.2628-31.9172

#462565 color RGB value is (70,37,101).

#462565 hex color red value is 70, green value is 37 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #462565 hue: 0.75 , saturation: 0.46 and the lightness value of 462565 is 0.27.

The process color (four color CMYK) of #462565 color hex is 0.31, 0.63, 0.00, 0.60. Web safe color of #462565 is #333366. Color #462565 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100101 01100101
Octal 106 45 145
Decimal 70 37 101
Hex 46 25 65

RGB Percentages of Color #462565

%33.65
%17.79
%48.56

CMYK Percentages of Color #462565

%31
%63
%0
%60

Triadic Colors of #462565

#462565 #654625 #256546

Analogous Colors of #462565

#462565 #652564 #262565

Monochromatic Colors of #462565

#462565

Complementary Color

#462565 #446525

#462565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462565 Color CSS Codes

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

#462565 Text Font Color

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

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


#462565 Background Color

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

This div background color is #462565


#462565 Border Color

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

This div border color is #462565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462565


Comments

No comments written yet.

Please login to write comment.