Color Hex Logo

#47425f Color Hex

#47425F
(71,66,95)
0 Favorites   0 Comments

Color spaces of #47425f

RGB 716695
HSL0.700.180.32
HSV250°31°37°
CMYK 0.250.310.00   0.63
XYZ6.61236.062211.6481
Yxy6.06220.27190.2492
Hunter Lab24.62154.8498-10.8142
CIE-Lab29.56899.2228-16.3757

#47425f color RGB value is (71,66,95).

#47425f hex color red value is 71, green value is 66 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #47425f hue: 0.70 , saturation: 0.18 and the lightness value of 47425f is 0.32.

The process color (four color CMYK) of #47425f color hex is 0.25, 0.31, 0.00, 0.63. Web safe color of #47425f is #333366. Color #47425f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000010 01011111
Octal 107 102 137
Decimal 71 66 95
Hex 47 42 5F

RGB Percentages of Color #47425f

%30.60
%28.45
%40.95

CMYK Percentages of Color #47425f

%25
%31
%0
%63

Triadic Colors of #47425f

#47425f #5f4742 #425f47

Analogous Colors of #47425f

#47425f #56425f #424c5f

Monochromatic Colors of #47425f

#47425f

Complementary Color

#47425f #5a5f42

#47425f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47425f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47425f Color CSS Codes

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

#47425f Text Font Color

<p style="color:#47425f">Text here</p>

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


#47425f Background Color

<div style="background-color:#47425f">
Div content here</div>

This div background color is #47425f


#47425f Border Color

<div style="border:3px solid #47425f">
Div here</div>

This div border color is #47425f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,66,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47425f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47425f;
  -webkit-box-shadow: 1px 1px 3px 2px #47425f;
  box-shadow:         1px 1px 3px 2px #47425f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47425f


Comments

No comments written yet.

Please login to write comment.