Color Hex Logo

#4f257d Color Hex

#4F257D
(79,37,125)
0 Favorites   0 Comments

Color spaces of #4f257d

RGB 7937125
HSL0.750.540.32
HSV269°70°49°
CMYK 0.370.700.00   0.51
XYZ7.58774.466119.8642
Yxy4.46610.23770.1399
Hunter Lab21.133127.1061-40.9367
CIE-Lab25.156137.8947-42.4727

#4f257d color RGB value is (79,37,125).

#4f257d hex color red value is 79, green value is 37 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #4f257d hue: 0.75 , saturation: 0.54 and the lightness value of 4f257d is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 00100101 01111101
Octal 117 45 175
Decimal 79 37 125
Hex 4F 25 7D

RGB Percentages of Color #4f257d

%32.78
%15.35
%51.87

CMYK Percentages of Color #4f257d

%37
%70
%0
%51

Triadic Colors of #4f257d

#4f257d #7d4f25 #257d4f

Analogous Colors of #4f257d

#4f257d #7b257d #25277d

Monochromatic Colors of #4f257d

#4f257d

Complementary Color

#4f257d #537d25

#4f257d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f257d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f257d Color CSS Codes

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

#4f257d Text Font Color

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

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


#4f257d Background Color

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

This div background color is #4f257d


#4f257d Border Color

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

This div border color is #4f257d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f257d


Comments

No comments written yet.

Please login to write comment.