Color Hex Logo

#4f4adc Color Hex

#4F4ADC
(79,74,220)
0 Favorites   0 Comments

Color spaces of #4f4adc

RGB 7974220
HSL0.670.680.58
HSV242°66°86°
CMYK 0.640.660.00   0.14
XYZ18.591511.727168.9938
Yxy11.72710.18720.1181
Hunter Lab34.244936.9790-95.4814
CIE-Lab40.779145.5058-73.8880

#4f4adc color RGB value is (79,74,220).

#4f4adc hex color red value is 79, green value is 74 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4f4adc hue: 0.67 , saturation: 0.68 and the lightness value of 4f4adc is 0.58.

The process color (four color CMYK) of #4f4adc color hex is 0.64, 0.66, 0.00, 0.14. Web safe color of #4f4adc is #6633cc. Color #4f4adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01001010 11011100
Octal 117 112 334
Decimal 79 74 220
Hex 4F 4A DC

RGB Percentages of Color #4f4adc

%21.18
%19.84
%58.98

CMYK Percentages of Color #4f4adc

%64
%66
%0
%14

Triadic Colors of #4f4adc

#4f4adc #dc4f4a #4adc4f

Analogous Colors of #4f4adc

#4f4adc #984adc #4a8edc

Monochromatic Colors of #4f4adc

#4f4adc

Complementary Color

#4f4adc #d7dc4a

#4f4adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f4adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f4adc Color CSS Codes

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

#4f4adc Text Font Color

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

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


#4f4adc Background Color

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

This div background color is #4f4adc


#4f4adc Border Color

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

This div border color is #4f4adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f4adc


Comments

No comments written yet.

Please login to write comment.