Color Hex Logo

#3f4fec Color Hex

#3F4FEC
(63,79,236)
0 Favorites   0 Comments

Color spaces of #3f4fec

RGB 6379236
HSL0.650.820.59
HSV234°73°93°
CMYK 0.730.670.00   0.07
XYZ19.986212.704980.7558
Yxy12.70490.17620.1120
Hunter Lab35.643937.7113-109.3782
CIE-Lab42.315245.9681-80.4938

#3f4fec color RGB value is (63,79,236).

#3f4fec hex color red value is 63, green value is 79 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3f4fec hue: 0.65 , saturation: 0.82 and the lightness value of 3f4fec is 0.59.

The process color (four color CMYK) of #3f4fec color hex is 0.73, 0.67, 0.00, 0.07. Web safe color of #3f4fec is #3366ff. Color #3f4fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01001111 11101100
Octal 77 117 354
Decimal 63 79 236
Hex 3F 4F EC

RGB Percentages of Color #3f4fec

%16.67
%20.90
%62.43

CMYK Percentages of Color #3f4fec

%73
%67
%0
%7

Triadic Colors of #3f4fec

#3f4fec #ec3f4f #4fec3f

Analogous Colors of #3f4fec

#3f4fec #863fec #3fa6ec

Monochromatic Colors of #3f4fec

#3f4fec

Complementary Color

#3f4fec #ecdc3f

#3f4fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f4fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f4fec Color CSS Codes

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

#3f4fec Text Font Color

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

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


#3f4fec Background Color

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

This div background color is #3f4fec


#3f4fec Border Color

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

This div border color is #3f4fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f4fec


Comments

No comments written yet.

Please login to write comment.