Color Hex Logo

#3f64de Color Hex

#3F64DE
(63,100,222)
0 Favorites   0 Comments

Color spaces of #3f64de

RGB 63100222
HSL0.630.710.56
HSV226°72°87°
CMYK 0.720.550.00   0.13
XYZ19.791915.445071.0453
Yxy15.44500.18620.1453
Hunter Lab39.300121.1190-79.6722
CIE-Lab46.237828.0939-66.1625

#3f64de color RGB value is (63,100,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 01100100 11011110
Octal 77 144 336
Decimal 63 100 222
Hex 3F 64 DE

RGB Percentages of Color #3f64de

%16.36
%25.97
%57.66

CMYK Percentages of Color #3f64de

%72
%55
%0
%13

Triadic Colors of #3f64de

#3f64de #de3f64 #64de3f

Analogous Colors of #3f64de

#3f64de #6a3fde #3fb4de

Monochromatic Colors of #3f64de

#3f64de

Complementary Color

#3f64de #deb93f

#3f64de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f64de Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f64de Color CSS Codes

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

#3f64de Text Font Color

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

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


#3f64de Background Color

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

This div background color is #3f64de


#3f64de Border Color

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

This div border color is #3f64de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f64de


Comments

No comments written yet.

Please login to write comment.