Color Hex Logo

#3f4bbd Color Hex

#3F4BBD
(63,75,189)
0 Favorites   0 Comments

Color spaces of #3f4bbd

RGB 6375189
HSL0.650.500.49
HSV234°67°74°
CMYK 0.670.600.00   0.26
XYZ13.75139.763049.3038
Yxy9.76300.18880.1341
Hunter Lab31.245823.8778-71.6836
CIE-Lab37.413732.2540-61.4882

#3f4bbd color RGB value is (63,75,189).

#3f4bbd hex color red value is 63, green value is 75 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3f4bbd hue: 0.65 , saturation: 0.50 and the lightness value of 3f4bbd is 0.49.

The process color (four color CMYK) of #3f4bbd color hex is 0.67, 0.60, 0.00, 0.26. Web safe color of #3f4bbd is #3333cc. Color #3f4bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01001011 10111101
Octal 77 113 275
Decimal 63 75 189
Hex 3F 4B BD

RGB Percentages of Color #3f4bbd

%19.27
%22.94
%57.80

CMYK Percentages of Color #3f4bbd

%67
%60
%0
%26

Triadic Colors of #3f4bbd

#3f4bbd #bd3f4b #4bbd3f

Analogous Colors of #3f4bbd

#3f4bbd #723fbd #3f8abd

Monochromatic Colors of #3f4bbd

#3f4bbd

Complementary Color

#3f4bbd #bdb13f

#3f4bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f4bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f4bbd Color CSS Codes

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

#3f4bbd Text Font Color

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

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


#3f4bbd Background Color

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

This div background color is #3f4bbd


#3f4bbd Border Color

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

This div border color is #3f4bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f4bbd


Comments

No comments written yet.

Please login to write comment.