Color Hex Logo

#3f41de Color Hex

#3F41DE
(63,65,222)
0 Favorites   0 Comments

Color spaces of #3f41de

RGB 6365222
HSL0.660.710.56
HSV239°72°87°
CMYK 0.720.710.00   0.13
XYZ17.125010.111370.1563
Yxy10.11130.17580.1038
Hunter Lab31.798340.4844-108.5523
CIE-Lab38.041449.4645-79.5675

#3f41de color RGB value is (63,65,222).

#3f41de hex color red value is 63, green value is 65 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3f41de hue: 0.66 , saturation: 0.71 and the lightness value of 3f41de is 0.56.

The process color (four color CMYK) of #3f41de color hex is 0.72, 0.71, 0.00, 0.13. Web safe color of #3f41de is #3333cc. Color #3f41de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01000001 11011110
Octal 77 101 336
Decimal 63 65 222
Hex 3F 41 DE

RGB Percentages of Color #3f41de

%18.00
%18.57
%63.43

CMYK Percentages of Color #3f41de

%72
%71
%0
%13

Triadic Colors of #3f41de

#3f41de #de3f41 #41de3f

Analogous Colors of #3f41de

#3f41de #8d3fde #3f91de

Monochromatic Colors of #3f41de

#3f41de

Complementary Color

#3f41de #dedc3f

#3f41de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f41de Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f41de Color CSS Codes

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

#3f41de Text Font Color

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

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


#3f41de Background Color

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

This div background color is #3f41de


#3f41de Border Color

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

This div border color is #3f41de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f41de


Comments

No comments written yet.

Please login to write comment.