Color Hex Logo

#47206c Color Hex

#47206C
(71,32,108)
0 Favorites   0 Comments

Color spaces of #47206c

RGB 7132108
HSL0.750.540.27
HSV271°70°42°
CMYK 0.340.700.00   0.58
XYZ5.82183.455314.5475
Yxy3.45530.24440.1450
Hunter Lab18.588423.3755-33.3891
CIE-Lab21.782134.2413-37.1028

#47206c color RGB value is (71,32,108).

#47206c hex color red value is 71, green value is 32 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #47206c hue: 0.75 , saturation: 0.54 and the lightness value of 47206c is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100000 01101100
Octal 107 40 154
Decimal 71 32 108
Hex 47 20 6C

RGB Percentages of Color #47206c

%33.65
%15.17
%51.18

CMYK Percentages of Color #47206c

%34
%70
%0
%58

Triadic Colors of #47206c

#47206c #6c4720 #206c47

Analogous Colors of #47206c

#47206c #6c206b #21206c

Monochromatic Colors of #47206c

#47206c

Complementary Color

#47206c #456c20

#47206c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47206c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47206c Color CSS Codes

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

#47206c Text Font Color

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

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


#47206c Background Color

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

This div background color is #47206c


#47206c Border Color

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

This div border color is #47206c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47206c


Comments

No comments written yet.

Please login to write comment.