Color Hex Logo

#462753 Color Hex

#462753
(70,39,83)
0 Favorites   0 Comments

Color spaces of #462753

RGB 703983
HSL0.780.360.24
HSV282°53°33°
CMYK 0.160.530.00   0.67
XYZ4.81263.37778.5819
Yxy3.37770.28690.2014
Hunter Lab18.378514.5796-14.8207
CIE-Lab21.497223.3511-21.1005

#462753 color RGB value is (70,39,83).

#462753 hex color red value is 70, green value is 39 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #462753 hue: 0.78 , saturation: 0.36 and the lightness value of 462753 is 0.24.

The process color (four color CMYK) of #462753 color hex is 0.16, 0.53, 0.00, 0.67. Web safe color of #462753 is #333366. Color #462753 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100111 01010011
Octal 106 47 123
Decimal 70 39 83
Hex 46 27 53

RGB Percentages of Color #462753

%36.46
%20.31
%43.23

CMYK Percentages of Color #462753

%16
%53
%0
%67

Triadic Colors of #462753

#462753 #534627 #275346

Analogous Colors of #462753

#462753 #53274a #302753

Monochromatic Colors of #462753

#462753

Complementary Color

#462753 #345327

#462753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462753 Color CSS Codes

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

#462753 Text Font Color

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

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


#462753 Background Color

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

This div background color is #462753


#462753 Border Color

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

This div border color is #462753


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,39,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462753


Comments

No comments written yet.

Please login to write comment.