Color Hex Logo

#4f1ace Color Hex

#4F1ACE
(79,26,206)
0 Favorites   0 Comments

Color spaces of #4f1ace

RGB 7926206
HSL0.720.780.45
HSV258°87°81°
CMYK 0.620.870.00   0.19
XYZ14.73446.857358.9395
Yxy6.85730.18300.0852
Hunter Lab26.186454.6108-115.1173
CIE-Lab31.479863.9427-81.1349

#4f1ace color RGB value is (79,26,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 00011010 11001110
Octal 117 32 316
Decimal 79 26 206
Hex 4F 1A CE

RGB Percentages of Color #4f1ace

%25.40
%8.36
%66.24

CMYK Percentages of Color #4f1ace

%62
%87
%0
%19

Triadic Colors of #4f1ace

#4f1ace #ce4f1a #1ace4f

Analogous Colors of #4f1ace

#4f1ace #a91ace #1a3fce

Monochromatic Colors of #4f1ace

#4f1ace

Complementary Color

#4f1ace #99ce1a

#4f1ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f1ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f1ace Color CSS Codes

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

#4f1ace Text Font Color

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

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


#4f1ace Background Color

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

This div background color is #4f1ace


#4f1ace Border Color

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

This div border color is #4f1ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f1ace


Comments

No comments written yet.

Please login to write comment.