Color Hex Logo

#3f1aac Color Hex

#3F1AAC
(63,26,172)
0 Favorites   0 Comments

Color spaces of #3f1aac

RGB 6326172
HSL0.710.740.39
HSV255°85°67°
CMYK 0.630.850.00   0.33
XYZ9.86574.774139.4312
Yxy4.77410.18250.0883
Hunter Lab21.849742.3603-91.7032
CIE-Lab26.081253.5966-70.0036

#3f1aac color RGB value is (63,26,172).

#3f1aac hex color red value is 63, green value is 26 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3f1aac hue: 0.71 , saturation: 0.74 and the lightness value of 3f1aac is 0.39.

The process color (four color CMYK) of #3f1aac color hex is 0.63, 0.85, 0.00, 0.33. Web safe color of #3f1aac is #333399. Color #3f1aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00011010 10101100
Octal 77 32 254
Decimal 63 26 172
Hex 3F 1A AC

RGB Percentages of Color #3f1aac

%24.14
%9.96
%65.90

CMYK Percentages of Color #3f1aac

%63
%85
%0
%33

Triadic Colors of #3f1aac

#3f1aac #ac3f1a #1aac3f

Analogous Colors of #3f1aac

#3f1aac #881aac #1a3eac

Monochromatic Colors of #3f1aac

#3f1aac

Complementary Color

#3f1aac #87ac1a

#3f1aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f1aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f1aac Color CSS Codes

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

#3f1aac Text Font Color

<p style="color:#3f1aac">Text here</p>

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


#3f1aac Background Color

<div style="background-color:#3f1aac">
Div content here</div>

This div background color is #3f1aac


#3f1aac Border Color

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

This div border color is #3f1aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f1aac


Comments

No comments written yet.

Please login to write comment.