Color Hex Logo

#3f4eec Color Hex

#3F4EEC
(63,78,236)
0 Favorites   0 Comments

Color spaces of #3f4eec

RGB 6378236
HSL0.650.820.59
HSV235°73°93°
CMYK 0.730.670.00   0.07
XYZ19.914612.561780.7319
Yxy12.56170.17590.1110
Hunter Lab35.442538.2721-110.2427
CIE-Lab42.095346.5606-80.8551

#3f4eec color RGB value is (63,78,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 01001110 11101100
Octal 77 116 354
Decimal 63 78 236
Hex 3F 4E EC

RGB Percentages of Color #3f4eec

%16.71
%20.69
%62.60

CMYK Percentages of Color #3f4eec

%73
%67
%0
%7

Triadic Colors of #3f4eec

#3f4eec #ec3f4e #4eec3f

Analogous Colors of #3f4eec

#3f4eec #873fec #3fa5ec

Monochromatic Colors of #3f4eec

#3f4eec

Complementary Color

#3f4eec #ecdd3f

#3f4eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f4eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f4eec Color CSS Codes

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

#3f4eec Text Font Color

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

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


#3f4eec Background Color

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

This div background color is #3f4eec


#3f4eec Border Color

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

This div border color is #3f4eec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,78,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 #3f4eec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f4eec


Comments

No comments written yet.

Please login to write comment.