Color Hex Logo

#3f74de Color Hex

#3F74DE
(63,116,222)
0 Favorites   0 Comments

Color spaces of #3f74de

RGB 63116222
HSL0.610.710.56
HSV220°72°87°
CMYK 0.720.480.00   0.13
XYZ21.480118.821571.6080
Yxy18.82150.19190.1682
Hunter Lab43.383812.4571-67.4938
CIE-Lab50.477718.0156-59.3090

#3f74de color RGB value is (63,116,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 01110100 11011110
Octal 77 164 336
Decimal 63 116 222
Hex 3F 74 DE

RGB Percentages of Color #3f74de

%15.71
%28.93
%55.36

CMYK Percentages of Color #3f74de

%72
%48
%0
%13

Triadic Colors of #3f74de

#3f74de #de3f74 #74de3f

Analogous Colors of #3f74de

#3f74de #593fde #3fc4de

Monochromatic Colors of #3f74de

#3f74de

Complementary Color

#3f74de #dea93f

#3f74de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f74de Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f74de Color CSS Codes

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

#3f74de Text Font Color

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

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


#3f74de Background Color

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

This div background color is #3f74de


#3f74de Border Color

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

This div border color is #3f74de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f74de


Comments

No comments written yet.

Please login to write comment.