Color Hex Logo

#472475 Color Hex

#472475
(71,36,117)
0 Favorites   0 Comments

Color spaces of #472475

RGB 7136117
HSL0.740.530.30
HSV266°69°46°
CMYK 0.390.690.00   0.54
XYZ6.44033.885717.2402
Yxy3.88570.23360.1410
Hunter Lab19.712223.8226-38.0563
CIE-Lab23.289934.4884-40.4580

#472475 color RGB value is (71,36,117).

#472475 hex color red value is 71, green value is 36 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #472475 hue: 0.74 , saturation: 0.53 and the lightness value of 472475 is 0.30.

The process color (four color CMYK) of #472475 color hex is 0.39, 0.69, 0.00, 0.54. Web safe color of #472475 is #333366. Color #472475 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100100 01110101
Octal 107 44 165
Decimal 71 36 117
Hex 47 24 75

RGB Percentages of Color #472475

%31.70
%16.07
%52.23

CMYK Percentages of Color #472475

%39
%69
%0
%54

Triadic Colors of #472475

#472475 #754724 #247547

Analogous Colors of #472475

#472475 #702475 #242975

Monochromatic Colors of #472475

#472475

Complementary Color

#472475 #527524

#472475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472475 Color CSS Codes

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

#472475 Text Font Color

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

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


#472475 Background Color

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

This div background color is #472475


#472475 Border Color

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

This div border color is #472475


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,36,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472475


Comments

No comments written yet.

Please login to write comment.