Color Hex Logo

#47067d Color Hex

#47067D
(71,6,125)
0 Favorites   0 Comments

Color spaces of #47067d

RGB 716125
HSL0.760.910.26
HSV273°95°49°
CMYK 0.430.950.00   0.51
XYZ6.36532.950519.6361
Yxy2.95050.21990.1019
Hunter Lab17.177036.0871-55.7541
CIE-Lab19.844648.5447-51.1947

#47067d color RGB value is (71,6,125).

#47067d hex color red value is 71, green value is 6 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #47067d hue: 0.76 , saturation: 0.91 and the lightness value of 47067d is 0.26.

The process color (four color CMYK) of #47067d color hex is 0.43, 0.95, 0.00, 0.51. Web safe color of #47067d is #330066. Color #47067d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000110 01111101
Octal 107 6 175
Decimal 71 6 125
Hex 47 6 7D

RGB Percentages of Color #47067d

%35.15
%2.97
%61.88

CMYK Percentages of Color #47067d

%43
%95
%0
%51

Triadic Colors of #47067d

#47067d #7d4706 #067d47

Analogous Colors of #47067d

#47067d #7d0678 #0c067d

Monochromatic Colors of #47067d

#47067d

Complementary Color

#47067d #3c7d06

#47067d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47067d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47067d Color CSS Codes

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

#47067d Text Font Color

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

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


#47067d Background Color

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

This div background color is #47067d


#47067d Border Color

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

This div border color is #47067d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47067d


Comments

No comments written yet.

Please login to write comment.