Color Hex Logo

#4f347a Color Hex

#4F347A
(79,52,122)
0 Favorites   0 Comments

Color spaces of #4f347a

RGB 7952122
HSL0.730.400.34
HSV263°57°48°
CMYK 0.350.570.00   0.52
XYZ7.96535.523419.0587
Yxy5.52340.24470.1697
Hunter Lab23.501919.3691-31.6294
CIE-Lab28.176728.3884-35.7103

#4f347a color RGB value is (79,52,122).

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

The process color (four color CMYK) of #4f347a color hex is 0.35, 0.57, 0.00, 0.52. Web safe color of #4f347a is #663366. Color #4f347a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00110100 01111010
Octal 117 64 172
Decimal 79 52 122
Hex 4F 34 7A

RGB Percentages of Color #4f347a

%31.23
%20.55
%48.22

CMYK Percentages of Color #4f347a

%35
%57
%0
%52

Triadic Colors of #4f347a

#4f347a #7a4f34 #347a4f

Analogous Colors of #4f347a

#4f347a #72347a #343c7a

Monochromatic Colors of #4f347a

#4f347a

Complementary Color

#4f347a #5f7a34

#4f347a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f347a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f347a Color CSS Codes

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

#4f347a Text Font Color

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

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


#4f347a Background Color

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

This div background color is #4f347a


#4f347a Border Color

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

This div border color is #4f347a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f347a


Comments

No comments written yet.

Please login to write comment.