Color Hex Logo

#4f085b Color Hex

#4F085B
(79,8,91)
0 Favorites   0 Comments

Color spaces of #4f085b

RGB 79891
HSL0.810.840.19
HSV291°91°36°
CMYK 0.130.910.00   0.64
XYZ5.19962.591310.1236
Yxy2.59130.29020.1446
Hunter Lab16.097529.4860-26.0188
CIE-Lab18.326641.8483-31.4218

#4f085b color RGB value is (79,8,91).

#4f085b hex color red value is 79, green value is 8 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #4f085b hue: 0.81 , saturation: 0.84 and the lightness value of 4f085b is 0.19.

The process color (four color CMYK) of #4f085b color hex is 0.13, 0.91, 0.00, 0.64. Web safe color of #4f085b is #660066. Color #4f085b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00001000 01011011
Octal 117 10 133
Decimal 79 8 91
Hex 4F 8 5B

RGB Percentages of Color #4f085b

%44.38
%4.49
%51.12

CMYK Percentages of Color #4f085b

%13
%91
%0
%64

Triadic Colors of #4f085b

#4f085b #5b4f08 #085b4f

Analogous Colors of #4f085b

#4f085b #5b083e #25085b

Monochromatic Colors of #4f085b

#4f085b

Complementary Color

#4f085b #145b08

#4f085b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f085b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f085b Color CSS Codes

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

#4f085b Text Font Color

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

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


#4f085b Background Color

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

This div background color is #4f085b


#4f085b Border Color

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

This div border color is #4f085b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f085b


Comments

No comments written yet.

Please login to write comment.