Color Hex Logo

#47416c Color Hex

#47416C
(71,65,108)
0 Favorites   0 Comments

Color spaces of #47416c

RGB 7165108
HSL0.690.250.34
HSV248°40°42°
CMYK 0.340.400.00   0.58
XYZ7.19566.202915.0054
Yxy6.20290.25330.2184
Hunter Lab24.90567.9864-18.2877
CIE-Lab29.918713.5920-24.1359

#47416c color RGB value is (71,65,108).

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

The process color (four color CMYK) of #47416c color hex is 0.34, 0.40, 0.00, 0.58. Web safe color of #47416c is #333366. Color #47416c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000001 01101100
Octal 107 101 154
Decimal 71 65 108
Hex 47 41 6C

RGB Percentages of Color #47416c

%29.10
%26.64
%44.26

CMYK Percentages of Color #47416c

%34
%40
%0
%58

Triadic Colors of #47416c

#47416c #6c4741 #416c47

Analogous Colors of #47416c

#47416c #5d416c #41516c

Monochromatic Colors of #47416c

#47416c

Complementary Color

#47416c #666c41

#47416c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47416c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47416c Color CSS Codes

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

#47416c Text Font Color

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

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


#47416c Background Color

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

This div background color is #47416c


#47416c Border Color

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

This div border color is #47416c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47416c


Comments

No comments written yet.

Please login to write comment.