Color Hex Logo

#3f18db Color Hex

#3F18DB
(63,24,219)
1 Favorites   0 Comments

Color spaces of #3f18db

RGB 6324219
HSL0.700.800.48
HSV252°89°86°
CMYK 0.710.890.00   0.14
XYZ15.16276.824567.5359
Yxy6.82450.16940.0762
Hunter Lab26.123757.8881-134.9917
CIE-Lab31.404066.8473-88.8333

#3f18db color RGB value is (63,24,219).

#3f18db hex color red value is 63, green value is 24 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3f18db hue: 0.70 , saturation: 0.80 and the lightness value of 3f18db is 0.48.

The process color (four color CMYK) of #3f18db color hex is 0.71, 0.89, 0.00, 0.14. Web safe color of #3f18db is #3300cc. Color #3f18db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00011000 11011011
Octal 77 30 333
Decimal 63 24 219
Hex 3F 18 DB

RGB Percentages of Color #3f18db

%20.59
%7.84
%71.57

CMYK Percentages of Color #3f18db

%71
%89
%0
%14

Triadic Colors of #3f18db

#3f18db #db3f18 #18db3f

Analogous Colors of #3f18db

#3f18db #a118db #1853db

Monochromatic Colors of #3f18db

#3f18db

Complementary Color

#3f18db #b4db18

#3f18db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f18db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f18db Color CSS Codes

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

#3f18db Text Font Color

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

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


#3f18db Background Color

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

This div background color is #3f18db


#3f18db Border Color

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

This div border color is #3f18db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f18db


Comments

No comments written yet.

Please login to write comment.