Color Hex Logo

#4f2bad Color Hex

#4F2BAD
(79,43,173)
0 Favorites   0 Comments

Color spaces of #4f2bad

RGB 7943173
HSL0.710.600.42
HSV257°75°68°
CMYK 0.540.750.00   0.32
XYZ11.63126.407140.1588
Yxy6.40710.19990.1101
Hunter Lab25.312237.7259-76.3472
CIE-Lab30.417248.1624-63.3994

#4f2bad color RGB value is (79,43,173).

#4f2bad hex color red value is 79, green value is 43 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4f2bad hue: 0.71 , saturation: 0.60 and the lightness value of 4f2bad is 0.42.

The process color (four color CMYK) of #4f2bad color hex is 0.54, 0.75, 0.00, 0.32. Web safe color of #4f2bad is #663399. Color #4f2bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00101011 10101101
Octal 117 53 255
Decimal 79 43 173
Hex 4F 2B AD

RGB Percentages of Color #4f2bad

%26.78
%14.58
%58.64

CMYK Percentages of Color #4f2bad

%54
%75
%0
%32

Triadic Colors of #4f2bad

#4f2bad #ad4f2b #2bad4f

Analogous Colors of #4f2bad

#4f2bad #902bad #2b48ad

Monochromatic Colors of #4f2bad

#4f2bad

Complementary Color

#4f2bad #89ad2b

#4f2bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f2bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f2bad Color CSS Codes

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

#4f2bad Text Font Color

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

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


#4f2bad Background Color

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

This div background color is #4f2bad


#4f2bad Border Color

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

This div border color is #4f2bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f2bad


Comments

No comments written yet.

Please login to write comment.