Color Hex Logo

#3f54ba Color Hex

#3F54BA
(63,84,186)
0 Favorites   0 Comments

Color spaces of #3f54ba

RGB 6384186
HSL0.640.490.49
HSV230°66°73°
CMYK 0.660.550.00   0.27
XYZ14.083110.942647.8242
Yxy10.94260.19330.1502
Hunter Lab33.079618.1042-62.5617
CIE-Lab39.483625.4262-56.3674

#3f54ba color RGB value is (63,84,186).

#3f54ba hex color red value is 63, green value is 84 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3f54ba hue: 0.64 , saturation: 0.49 and the lightness value of 3f54ba is 0.49.

The process color (four color CMYK) of #3f54ba color hex is 0.66, 0.55, 0.00, 0.27. Web safe color of #3f54ba is #3366cc. Color #3f54ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01010100 10111010
Octal 77 124 272
Decimal 63 84 186
Hex 3F 54 BA

RGB Percentages of Color #3f54ba

%18.92
%25.23
%55.86

CMYK Percentages of Color #3f54ba

%66
%55
%0
%27

Triadic Colors of #3f54ba

#3f54ba #ba3f54 #54ba3f

Analogous Colors of #3f54ba

#3f54ba #683fba #3f92ba

Monochromatic Colors of #3f54ba

#3f54ba

Complementary Color

#3f54ba #baa53f

#3f54ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f54ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f54ba Color CSS Codes

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

#3f54ba Text Font Color

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

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


#3f54ba Background Color

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

This div background color is #3f54ba


#3f54ba Border Color

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

This div border color is #3f54ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f54ba

#3f54ba Color Palettes


Comments

No comments written yet.

Please login to write comment.