Color Hex Logo

#4f1acc Color Hex

#4F1ACC
(79,26,204)
0 Favorites   0 Comments

Color spaces of #4f1acc

RGB 7926204
HSL0.720.770.45
HSV258°87°80°
CMYK 0.610.870.00   0.20
XYZ14.49296.760757.6678
Yxy6.76070.18360.0857
Hunter Lab26.001353.9918-113.2970
CIE-Lab31.255863.4327-80.3403

#4f1acc color RGB value is (79,26,204).

#4f1acc hex color red value is 79, green value is 26 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4f1acc hue: 0.72 , saturation: 0.77 and the lightness value of 4f1acc is 0.45.

The process color (four color CMYK) of #4f1acc color hex is 0.61, 0.87, 0.00, 0.20. Web safe color of #4f1acc is #6633cc. Color #4f1acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00011010 11001100
Octal 117 32 314
Decimal 79 26 204
Hex 4F 1A CC

RGB Percentages of Color #4f1acc

%25.57
%8.41
%66.02

CMYK Percentages of Color #4f1acc

%61
%87
%0
%20

Triadic Colors of #4f1acc

#4f1acc #cc4f1a #1acc4f

Analogous Colors of #4f1acc

#4f1acc #a81acc #1a3ecc

Monochromatic Colors of #4f1acc

#4f1acc

Complementary Color

#4f1acc #97cc1a

#4f1acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f1acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f1acc Color CSS Codes

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

#4f1acc Text Font Color

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

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


#4f1acc Background Color

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

This div background color is #4f1acc


#4f1acc Border Color

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

This div border color is #4f1acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f1acc


Comments

No comments written yet.

Please login to write comment.