Color Hex Logo

#4f01af Color Hex

#4F01AF
(79,1,175)
0 Favorites   0 Comments

Color spaces of #4f01af

RGB 791175
HSL0.740.990.35
HSV267°99°69°
CMYK 0.550.990.00   0.31
XYZ10.97324.779140.9016
Yxy4.77910.19370.0844
Hunter Lab21.861251.3410-95.6271
CIE-Lab26.095962.0162-71.7287

#4f01af color RGB value is (79,1,175).

#4f01af hex color red value is 79, green value is 1 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4f01af hue: 0.74 , saturation: 0.99 and the lightness value of 4f01af is 0.35.

The process color (four color CMYK) of #4f01af color hex is 0.55, 0.99, 0.00, 0.31. Web safe color of #4f01af is #660099. Color #4f01af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00000001 10101111
Octal 117 1 257
Decimal 79 1 175
Hex 4F 1 AF

RGB Percentages of Color #4f01af

%30.98
%0.39
%68.63

CMYK Percentages of Color #4f01af

%55
%99
%0
%31

Triadic Colors of #4f01af

#4f01af #af4f01 #01af4f

Analogous Colors of #4f01af

#4f01af #a601af #010aaf

Monochromatic Colors of #4f01af

#4f01af

Complementary Color

#4f01af #61af01

#4f01af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f01af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f01af Color CSS Codes

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

#4f01af Text Font Color

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

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


#4f01af Background Color

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

This div background color is #4f01af


#4f01af Border Color

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

This div border color is #4f01af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f01af


Comments

No comments written yet.

Please login to write comment.