Color Hex Logo

#3f6fcd Color Hex

#3F6FCD
(63,111,205)
0 Favorites   0 Comments

Color spaces of #3f6fcd

RGB 63111205
HSL0.610.590.53
HSV220°69°80°
CMYK 0.690.460.00   0.20
XYZ18.753816.833460.0184
Yxy16.83340.19620.1761
Hunter Lab41.02859.7910-58.0121
CIE-Lab48.049415.0102-53.5552

#3f6fcd color RGB value is (63,111,205).

#3f6fcd hex color red value is 63, green value is 111 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3f6fcd hue: 0.61 , saturation: 0.59 and the lightness value of 3f6fcd is 0.53.

The process color (four color CMYK) of #3f6fcd color hex is 0.69, 0.46, 0.00, 0.20. Web safe color of #3f6fcd is #3366cc. Color #3f6fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01101111 11001101
Octal 77 157 315
Decimal 63 111 205
Hex 3F 6F CD

RGB Percentages of Color #3f6fcd

%16.62
%29.29
%54.09

CMYK Percentages of Color #3f6fcd

%69
%46
%0
%20

Triadic Colors of #3f6fcd

#3f6fcd #cd3f6f #6fcd3f

Analogous Colors of #3f6fcd

#3f6fcd #563fcd #3fb6cd

Monochromatic Colors of #3f6fcd

#3f6fcd

Complementary Color

#3f6fcd #cd9d3f

#3f6fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f6fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f6fcd Color CSS Codes

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

#3f6fcd Text Font Color

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

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


#3f6fcd Background Color

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

This div background color is #3f6fcd


#3f6fcd Border Color

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

This div border color is #3f6fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f6fcd


Comments

No comments written yet.

Please login to write comment.