Color Hex Logo

#4f3b7d Color Hex

#4F3B7D
(79,59,125)
0 Favorites   0 Comments

Color spaces of #4f3b7d

RGB 7959125
HSL0.720.360.36
HSV258°53°49°
CMYK 0.370.530.00   0.51
XYZ8.49016.270920.1650
Yxy6.27090.24310.1795
Hunter Lab25.041816.6951-30.2143
CIE-Lab30.085924.8628-34.5428

#4f3b7d color RGB value is (79,59,125).

#4f3b7d hex color red value is 79, green value is 59 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #4f3b7d hue: 0.72 , saturation: 0.36 and the lightness value of 4f3b7d is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 00111011 01111101
Octal 117 73 175
Decimal 79 59 125
Hex 4F 3B 7D

RGB Percentages of Color #4f3b7d

%30.04
%22.43
%47.53

CMYK Percentages of Color #4f3b7d

%37
%53
%0
%51

Triadic Colors of #4f3b7d

#4f3b7d #7d4f3b #3b7d4f

Analogous Colors of #4f3b7d

#4f3b7d #703b7d #3b487d

Monochromatic Colors of #4f3b7d

#4f3b7d

Complementary Color

#4f3b7d #697d3b

#4f3b7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f3b7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f3b7d Color CSS Codes

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

#4f3b7d Text Font Color

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

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


#4f3b7d Background Color

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

This div background color is #4f3b7d


#4f3b7d Border Color

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

This div border color is #4f3b7d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,59,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 #4f3b7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f3b7d


Comments

No comments written yet.

Please login to write comment.