Color Hex Logo

#4f1add Color Hex

#4F1ADD
(79,26,221)
0 Favorites   0 Comments

Color spaces of #4f1add

RGB 7926221
HSL0.710.790.48
HSV256°88°87°
CMYK 0.640.880.00   0.13
XYZ16.64507.621569.0004
Yxy7.62150.17850.0817
Hunter Lab27.607159.3098-128.8630
CIE-Lab33.181867.7475-86.9921

#4f1add color RGB value is (79,26,221).

#4f1add hex color red value is 79, green value is 26 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4f1add hue: 0.71 , saturation: 0.79 and the lightness value of 4f1add is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 00011010 11011101
Octal 117 32 335
Decimal 79 26 221
Hex 4F 1A DD

RGB Percentages of Color #4f1add

%24.23
%7.98
%67.79

CMYK Percentages of Color #4f1add

%64
%88
%0
%13

Triadic Colors of #4f1add

#4f1add #dd4f1a #1add4f

Analogous Colors of #4f1add

#4f1add #b11add #1a46dd

Monochromatic Colors of #4f1add

#4f1add

Complementary Color

#4f1add #a8dd1a

#4f1add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f1add Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f1add Color CSS Codes

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

#4f1add Text Font Color

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

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


#4f1add Background Color

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

This div background color is #4f1add


#4f1add Border Color

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

This div border color is #4f1add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f1add


Comments

No comments written yet.

Please login to write comment.