Color Hex Logo

#3f53ae Color Hex

#3F53AE
(63,83,174)
0 Favorites   0 Comments

Color spaces of #3f53ae

RGB 6383174
HSL0.640.470.46
HSV229°64°68°
CMYK 0.640.520.00   0.32
XYZ12.783110.299341.3586
Yxy10.29930.19840.1598
Hunter Lab32.092514.9382-53.9440
CIE-Lab38.374321.8024-51.0945

#3f53ae color RGB value is (63,83,174).

#3f53ae hex color red value is 63, green value is 83 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3f53ae hue: 0.64 , saturation: 0.47 and the lightness value of 3f53ae is 0.46.

The process color (four color CMYK) of #3f53ae color hex is 0.64, 0.52, 0.00, 0.32. Web safe color of #3f53ae is #336699. Color #3f53ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01010011 10101110
Octal 77 123 256
Decimal 63 83 174
Hex 3F 53 AE

RGB Percentages of Color #3f53ae

%19.69
%25.94
%54.38

CMYK Percentages of Color #3f53ae

%64
%52
%0
%32

Triadic Colors of #3f53ae

#3f53ae #ae3f53 #53ae3f

Analogous Colors of #3f53ae

#3f53ae #633fae #3f8bae

Monochromatic Colors of #3f53ae

#3f53ae

Complementary Color

#3f53ae #ae9a3f

#3f53ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f53ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f53ae Color CSS Codes

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

#3f53ae Text Font Color

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

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


#3f53ae Background Color

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

This div background color is #3f53ae


#3f53ae Border Color

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

This div border color is #3f53ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f53ae


Comments

No comments written yet.

Please login to write comment.