Color Hex Logo

#47305f Color Hex

#47305F
(71,48,95)
0 Favorites   0 Comments

Color spaces of #47305f

RGB 714895
HSL0.750.330.28
HSV269°49°37°
CMYK 0.250.490.00   0.63
XYZ5.72104.279711.3510
Yxy4.27970.26790.2004
Hunter Lab20.687413.1602-18.0507
CIE-Lab24.575421.0574-24.1710

#47305f color RGB value is (71,48,95).

#47305f hex color red value is 71, green value is 48 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #47305f hue: 0.75 , saturation: 0.33 and the lightness value of 47305f is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110000 01011111
Octal 107 60 137
Decimal 71 48 95
Hex 47 30 5F

RGB Percentages of Color #47305f

%33.18
%22.43
%44.39

CMYK Percentages of Color #47305f

%25
%49
%0
%63

Triadic Colors of #47305f

#47305f #5f4730 #305f47

Analogous Colors of #47305f

#47305f #5f305f #30315f

Monochromatic Colors of #47305f

#47305f

Complementary Color

#47305f #485f30

#47305f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47305f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47305f Color CSS Codes

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

#47305f Text Font Color

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

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


#47305f Background Color

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

This div background color is #47305f


#47305f Border Color

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

This div border color is #47305f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47305f


Comments

No comments written yet.

Please login to write comment.