Color Hex Logo

#47416d Color Hex

#47416D
(71,65,109)
0 Favorites   0 Comments

Color spaces of #47416d

RGB 7165109
HSL0.690.250.34
HSV248°40°43°
CMYK 0.350.400.00   0.57
XYZ7.24916.224315.2873
Yxy6.22430.25200.2164
Hunter Lab24.94858.2054-18.8661
CIE-Lab29.971413.8876-24.6879

#47416d color RGB value is (71,65,109).

#47416d hex color red value is 71, green value is 65 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #47416d hue: 0.69 , saturation: 0.25 and the lightness value of 47416d is 0.34.

The process color (four color CMYK) of #47416d color hex is 0.35, 0.40, 0.00, 0.57. Web safe color of #47416d is #333366. Color #47416d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000001 01101101
Octal 107 101 155
Decimal 71 65 109
Hex 47 41 6D

RGB Percentages of Color #47416d

%28.98
%26.53
%44.49

CMYK Percentages of Color #47416d

%35
%40
%0
%57

Triadic Colors of #47416d

#47416d #6d4741 #416d47

Analogous Colors of #47416d

#47416d #5d416d #41516d

Monochromatic Colors of #47416d

#47416d

Complementary Color

#47416d #676d41

#47416d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47416d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47416d Color CSS Codes

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

#47416d Text Font Color

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

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


#47416d Background Color

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

This div background color is #47416d


#47416d Border Color

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

This div border color is #47416d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,65,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47416d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47416d;
  -webkit-box-shadow: 1px 1px 3px 2px #47416d;
  box-shadow:         1px 1px 3px 2px #47416d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47416d

#47416d Color Palettes


Comments

No comments written yet.

Please login to write comment.