Color Hex Logo

#3f3bab Color Hex

#3F3BAB
(63,59,171)
0 Favorites   0 Comments

Color spaces of #3f3bab

RGB 6359171
HSL0.670.490.45
HSV242°65°67°
CMYK 0.630.650.00   0.33
XYZ10.96457.125039.3254
Yxy7.12500.19100.1241
Hunter Lab26.692726.6098-68.6650
CIE-Lab32.089836.1162-59.5164

#3f3bab color RGB value is (63,59,171).

#3f3bab hex color red value is 63, green value is 59 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3f3bab hue: 0.67 , saturation: 0.49 and the lightness value of 3f3bab is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 00111011 10101011
Octal 77 73 253
Decimal 63 59 171
Hex 3F 3B AB

RGB Percentages of Color #3f3bab

%21.50
%20.14
%58.36

CMYK Percentages of Color #3f3bab

%63
%65
%0
%33

Triadic Colors of #3f3bab

#3f3bab #ab3f3b #3bab3f

Analogous Colors of #3f3bab

#3f3bab #773bab #3b6fab

Monochromatic Colors of #3f3bab

#3f3bab

Complementary Color

#3f3bab #a7ab3b

#3f3bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f3bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f3bab Color CSS Codes

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

#3f3bab Text Font Color

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

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


#3f3bab Background Color

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

This div background color is #3f3bab


#3f3bab Border Color

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

This div border color is #3f3bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f3bab


Comments

No comments written yet.

Please login to write comment.