Color Hex Logo

#4f0180 Color Hex

#4F0180
(79,1,128)
0 Favorites   0 Comments

Color spaces of #4f0180

RGB 791128
HSL0.770.980.25
HSV277°99°50°
CMYK 0.380.990.00   0.50
XYZ7.13163.242520.6721
Yxy3.24250.22970.1044
Hunter Lab18.006939.1823-55.4605
CIE-Lab20.990051.4487-51.1730

#4f0180 color RGB value is (79,1,128).

#4f0180 hex color red value is 79, green value is 1 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #4f0180 hue: 0.77 , saturation: 0.98 and the lightness value of 4f0180 is 0.25.

The process color (four color CMYK) of #4f0180 color hex is 0.38, 0.99, 0.00, 0.50. Web safe color of #4f0180 is #660099. Color #4f0180 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00000001 10000000
Octal 117 1 200
Decimal 79 1 128
Hex 4F 1 80

RGB Percentages of Color #4f0180

%37.98
%0.48
%61.54

CMYK Percentages of Color #4f0180

%38
%99
%0
%50

Triadic Colors of #4f0180

#4f0180 #804f01 #01804f

Analogous Colors of #4f0180

#4f0180 #800172 #0f0180

Monochromatic Colors of #4f0180

#4f0180

Complementary Color

#4f0180 #328001

#4f0180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f0180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f0180 Color CSS Codes

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

#4f0180 Text Font Color

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

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


#4f0180 Background Color

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

This div background color is #4f0180


#4f0180 Border Color

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

This div border color is #4f0180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f0180


Comments

No comments written yet.

Please login to write comment.