color codes Logo

#3f7fcd color codes

#3F7FCD
(63,127,205)
0 Favorites   0 Comments

Color spaces of #3f7fcd

RGB 63127205
HSL0.590.590.53
HSV213°69°80°
CMYK 0.690.380.00   0.20
XYZ20.658720.643360.6533
Yxy20.64330.20260.2025
Hunter Lab45.43491.6507-47.3447
CIE-Lab52.55695.1211-46.3599

#3f7fcd color RGB value is (63,127,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 01111111 11001101
Octal 77 177 315
Decimal 63 127 205
Hex 3F 7F CD

RGB Percentages of Color #3f7fcd

%15.95
%32.15
%51.90

CMYK Percentages of Color #3f7fcd

%69
%38
%0
%20

Triadic Colors of #3f7fcd

#3f7fcd #cd3f7f #7fcd3f

Analogous Colors of #3f7fcd

#3f7fcd #463fcd #3fc6cd

Monochromatic Colors of #3f7fcd

#3f7fcd

Complementary Color

#3f7fcd #cd8d3f

#3f7fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f7fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f7fcd Color CSS Codes

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

#3f7fcd Text Font Color

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

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


#3f7fcd Background Color

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

This div background color is #3f7fcd


#3f7fcd Border Color

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

This div border color is #3f7fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f7fcd


Comments

No comments written yet.

Please login to write comment.