Color Hex Logo

#472753 Color Hex

#472753
(71,39,83)
0 Favorites   0 Comments

Color spaces of #472753

RGB 713983
HSL0.790.360.24
HSV284°53°33°
CMYK 0.140.530.00   0.67
XYZ4.88543.41528.5853
Yxy3.41520.28930.2023
Hunter Lab18.480314.8474-14.6079
CIE-Lab21.635423.6832-20.8734

#472753 color RGB value is (71,39,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100111 01010011
Octal 107 47 123
Decimal 71 39 83
Hex 47 27 53

RGB Percentages of Color #472753

%36.79
%20.21
%43.01

CMYK Percentages of Color #472753

%14
%53
%0
%67

Triadic Colors of #472753

#472753 #534727 #275347

Analogous Colors of #472753

#472753 #532749 #312753

Monochromatic Colors of #472753

#472753

Complementary Color

#472753 #335327

#472753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472753 Color CSS Codes

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

#472753 Text Font Color

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

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


#472753 Background Color

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

This div background color is #472753


#472753 Border Color

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

This div border color is #472753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472753


Comments

No comments written yet.

Please login to write comment.