Color Hex Logo

#47145d Color Hex

#47145D
(71,20,93)
0 Favorites   0 Comments

Color spaces of #47145d

RGB 712093
HSL0.780.650.22
HSV282°78°36°
CMYK 0.240.780.00   0.64
XYZ4.82452.630210.6093
Yxy2.63020.26710.1456
Hunter Lab16.217924.7189-27.4334
CIE-Lab18.497536.4330-32.5536

#47145d color RGB value is (71,20,93).

#47145d hex color red value is 71, green value is 20 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #47145d hue: 0.78 , saturation: 0.65 and the lightness value of 47145d is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010100 01011101
Octal 107 24 135
Decimal 71 20 93
Hex 47 14 5D

RGB Percentages of Color #47145d

%38.59
%10.87
%50.54

CMYK Percentages of Color #47145d

%24
%78
%0
%64

Triadic Colors of #47145d

#47145d #5d4714 #145d47

Analogous Colors of #47145d

#47145d #5d144f #22145d

Monochromatic Colors of #47145d

#47145d

Complementary Color

#47145d #2a5d14

#47145d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47145d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47145d Color CSS Codes

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

#47145d Text Font Color

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

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


#47145d Background Color

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

This div background color is #47145d


#47145d Border Color

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

This div border color is #47145d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47145d


Comments

No comments written yet.

Please login to write comment.