Color Hex Logo

#4f347d Color Hex

#4F347D
(79,52,125)
0 Favorites   0 Comments

Color spaces of #4f347d

RGB 7952125
HSL0.730.410.35
HSV262°58°49°
CMYK 0.370.580.00   0.51
XYZ8.15415.598920.0530
Yxy5.59890.24120.1656
Hunter Lab23.662020.1039-33.6835
CIE-Lab28.377129.2400-37.2775

#4f347d color RGB value is (79,52,125).

#4f347d hex color red value is 79, green value is 52 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #4f347d hue: 0.73 , saturation: 0.41 and the lightness value of 4f347d is 0.35.

The process color (four color CMYK) of #4f347d color hex is 0.37, 0.58, 0.00, 0.51. Web safe color of #4f347d is #663366. Color #4f347d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00110100 01111101
Octal 117 64 175
Decimal 79 52 125
Hex 4F 34 7D

RGB Percentages of Color #4f347d

%30.86
%20.31
%48.83

CMYK Percentages of Color #4f347d

%37
%58
%0
%51

Triadic Colors of #4f347d

#4f347d #7d4f34 #347d4f

Analogous Colors of #4f347d

#4f347d #74347d #343e7d

Monochromatic Colors of #4f347d

#4f347d

Complementary Color

#4f347d #627d34

#4f347d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f347d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f347d Color CSS Codes

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

#4f347d Text Font Color

<p style="color:#4f347d">Text here</p>

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


#4f347d Background Color

<div style="background-color:#4f347d">
Div content here</div>

This div background color is #4f347d


#4f347d Border Color

<div style="border:3px solid #4f347d">
Div here</div>

This div border color is #4f347d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,52,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4f347d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4f347d;
  -webkit-box-shadow: 1px 1px 3px 2px #4f347d;
  box-shadow:         1px 1px 3px 2px #4f347d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,52,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f347d


Comments

No comments written yet.

Please login to write comment.