Color Hex Logo

#472998 Color Hex

#472998
(71,41,152)
0 Favorites   0 Comments

Color spaces of #472998

RGB 7141152
HSL0.710.580.38
HSV256°73°60°
CMYK 0.530.730.00   0.40
XYZ9.05905.192530.2305
Yxy5.19250.20370.1167
Hunter Lab22.787131.0854-62.7063
CIE-Lab27.276341.8578-55.8600

#472998 color RGB value is (71,41,152).

#472998 hex color red value is 71, green value is 41 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #472998 hue: 0.71 , saturation: 0.58 and the lightness value of 472998 is 0.38.

The process color (four color CMYK) of #472998 color hex is 0.53, 0.73, 0.00, 0.40. Web safe color of #472998 is #333399. Color #472998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101001 10011000
Octal 107 51 230
Decimal 71 41 152
Hex 47 29 98

RGB Percentages of Color #472998

%26.89
%15.53
%57.58

CMYK Percentages of Color #472998

%53
%73
%0
%40

Triadic Colors of #472998

#472998 #984729 #299847

Analogous Colors of #472998

#472998 #7f2998 #294298

Monochromatic Colors of #472998

#472998

Complementary Color

#472998 #7a9829

#472998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472998 Color CSS Codes

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

#472998 Text Font Color

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

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


#472998 Background Color

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

This div background color is #472998


#472998 Border Color

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

This div border color is #472998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472998


Comments

No comments written yet.

Please login to write comment.