Color Hex Logo

#47006b Color Hex

#47006B
(71,0,107)
1 Favorites   0 Comments

Color spaces of #47006b

RGB 710107
HSL0.781.000.21
HSV280°100°42°
CMYK 0.341.000.00   0.58
XYZ5.25242.401114.0966
Yxy2.40110.24150.1104
Hunter Lab15.495533.3879-43.0906
CIE-Lab17.465346.2010-43.4781

#47006b color RGB value is (71,0,107).

#47006b hex color red value is 71, green value is 0 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #47006b hue: 0.78 , saturation: 1.00 and the lightness value of 47006b is 0.21.

The process color (four color CMYK) of #47006b color hex is 0.34, 1.00, 0.00, 0.58. Web safe color of #47006b is #330066. Color #47006b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000000 01101011
Octal 107 0 153
Decimal 71 0 107
Hex 47 0 6B

RGB Percentages of Color #47006b

%39.89
%0.00
%60.11

CMYK Percentages of Color #47006b

%34
%100
%0
%58

Triadic Colors of #47006b

#47006b #6b4700 #006b47

Analogous Colors of #47006b

#47006b #6b005a #11006b

Monochromatic Colors of #47006b

#47006b

Complementary Color

#47006b #246b00

#47006b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47006b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47006b Color CSS Codes

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

#47006b Text Font Color

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

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


#47006b Background Color

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

This div background color is #47006b


#47006b Border Color

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

This div border color is #47006b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,0,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47006b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47006b;
  -webkit-box-shadow: 1px 1px 3px 2px #47006b;
  box-shadow:         1px 1px 3px 2px #47006b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47006b

#47006b Color Palettes


Comments

No comments written yet.

Please login to write comment.