Color Hex Logo

#4f255f Color Hex

#4F255F
(79,37,95)
0 Favorites   0 Comments

Color spaces of #4f255f

RGB 793795
HSL0.790.440.26
HSV283°61°37°
CMYK 0.170.610.00   0.63
XYZ5.95163.811611.2485
Yxy3.81160.28330.1814
Hunter Lab19.523320.2491-20.4940
CIE-Lab23.038630.2797-26.5365

#4f255f color RGB value is (79,37,95).

#4f255f hex color red value is 79, green value is 37 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #4f255f hue: 0.79 , saturation: 0.44 and the lightness value of 4f255f is 0.26.

The process color (four color CMYK) of #4f255f color hex is 0.17, 0.61, 0.00, 0.63. Web safe color of #4f255f is #663366. Color #4f255f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00100101 01011111
Octal 117 45 137
Decimal 79 37 95
Hex 4F 25 5F

RGB Percentages of Color #4f255f

%37.44
%17.54
%45.02

CMYK Percentages of Color #4f255f

%17
%61
%0
%63

Triadic Colors of #4f255f

#4f255f #5f4f25 #255f4f

Analogous Colors of #4f255f

#4f255f #5f2552 #32255f

Monochromatic Colors of #4f255f

#4f255f

Complementary Color

#4f255f #355f25

#4f255f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f255f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f255f Color CSS Codes

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

#4f255f Text Font Color

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

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


#4f255f Background Color

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

This div background color is #4f255f


#4f255f Border Color

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

This div border color is #4f255f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f255f


Comments

No comments written yet.

Please login to write comment.