Color Hex Logo

#47005d Color Hex

#47005D
(71,0,93)
0 Favorites   0 Comments

Color spaces of #47005d

RGB 71093
HSL0.791.000.18
HSV286°100°36°
CMYK 0.241.000.00   0.64
XYZ4.57432.129910.5259
Yxy2.12990.26550.1236
Hunter Lab14.594230.4080-32.5464
CIE-Lab16.154743.2740-36.3511

#47005d color RGB value is (71,0,93).

#47005d hex color red value is 71, green value is 0 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #47005d hue: 0.79 , saturation: 1.00 and the lightness value of 47005d is 0.18.

The process color (four color CMYK) of #47005d color hex is 0.24, 1.00, 0.00, 0.64. Web safe color of #47005d is #330066. Color #47005d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000000 01011101
Octal 107 0 135
Decimal 71 0 93
Hex 47 0 5D

RGB Percentages of Color #47005d

%43.29
%0.00
%56.71

CMYK Percentages of Color #47005d

%24
%100
%0
%64

Triadic Colors of #47005d

#47005d #5d4700 #005d47

Analogous Colors of #47005d

#47005d #5d0044 #19005d

Monochromatic Colors of #47005d

#47005d

Complementary Color

#47005d #165d00

#47005d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47005d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47005d Color CSS Codes

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

#47005d Text Font Color

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

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


#47005d Background Color

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

This div background color is #47005d


#47005d Border Color

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

This div border color is #47005d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47005d


Comments

No comments written yet.

Please login to write comment.