Color Hex Logo

#3f51dc Color Hex

#3F51DC
(63,81,220)
0 Favorites   0 Comments

Color spaces of #3f51dc

RGB 6381220
HSL0.650.690.55
HSV233°71°86°
CMYK 0.710.630.00   0.14
XYZ17.910612.108969.1034
Yxy12.10890.18070.1222
Hunter Lab34.797830.9785-93.3827
CIE-Lab41.388739.2907-72.9278

#3f51dc color RGB value is (63,81,220).

#3f51dc hex color red value is 63, green value is 81 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3f51dc hue: 0.65 , saturation: 0.69 and the lightness value of 3f51dc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 01010001 11011100
Octal 77 121 334
Decimal 63 81 220
Hex 3F 51 DC

RGB Percentages of Color #3f51dc

%17.31
%22.25
%60.44

CMYK Percentages of Color #3f51dc

%71
%63
%0
%14

Triadic Colors of #3f51dc

#3f51dc #dc3f51 #51dc3f

Analogous Colors of #3f51dc

#3f51dc #7c3fdc #3fa0dc

Monochromatic Colors of #3f51dc

#3f51dc

Complementary Color

#3f51dc #dcca3f

#3f51dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f51dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f51dc Color CSS Codes

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

#3f51dc Text Font Color

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

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


#3f51dc Background Color

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

This div background color is #3f51dc


#3f51dc Border Color

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

This div border color is #3f51dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f51dc


Comments

No comments written yet.

Please login to write comment.