Color Hex Logo

#3f83ff Color Hex

#3F83FF
(63,131,255)
0 Favorites   0 Comments

Color spaces of #3f83ff

RGB 63131255
HSL0.611.000.62
HSV219°75°100°
CMYK 0.750.490.00   0.00
XYZ28.216224.509497.8514
Yxy24.50940.18740.1628
Hunter Lab49.507015.0978-82.5329
CIE-Lab56.594220.6405-67.8412

#3f83ff color RGB value is (63,131,255).

#3f83ff hex color red value is 63, green value is 131 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3f83ff hue: 0.61 , saturation: 1.00 and the lightness value of 3f83ff is 0.62.

The process color (four color CMYK) of #3f83ff color hex is 0.75, 0.49, 0.00, 0.00. Web safe color of #3f83ff is #3399ff. Color #3f83ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10000011 11111111
Octal 77 203 377
Decimal 63 131 255
Hex 3F 83 FF

RGB Percentages of Color #3f83ff

%14.03
%29.18
%56.79

CMYK Percentages of Color #3f83ff

%75
%49
%0
%0

Triadic Colors of #3f83ff

#3f83ff #ff3f83 #83ff3f

Analogous Colors of #3f83ff

#3f83ff #5b3fff #3fe3ff

Monochromatic Colors of #3f83ff

#3f83ff

Complementary Color

#3f83ff #ffbb3f

#3f83ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f83ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f83ff Color CSS Codes

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

#3f83ff Text Font Color

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

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


#3f83ff Background Color

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

This div background color is #3f83ff


#3f83ff Border Color

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

This div border color is #3f83ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f83ff

Related Colors


Comments

No comments written yet.

Please login to write comment.