Color Hex Logo

#396ffd Color Hex

#396FFD
(57,111,253)
0 Favorites   0 Comments

Color spaces of #396ffd

RGB 57111253
HSL0.620.980.61
HSV223°77°99°
CMYK 0.770.560.00   0.01
XYZ25.101419.330695.3367
Yxy19.33060.17960.1383
Hunter Lab43.966624.9677-97.7873
CIE-Lab51.071831.6893-75.6950

#396ffd color RGB value is (57,111,253).

#396ffd hex color red value is 57, green value is 111 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #396ffd hue: 0.62 , saturation: 0.98 and the lightness value of 396ffd is 0.61.

The process color (four color CMYK) of #396ffd color hex is 0.77, 0.56, 0.00, 0.01. Web safe color of #396ffd is #3366ff. Color #396ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101111 11111101
Octal 71 157 375
Decimal 57 111 253
Hex 39 6F FD

RGB Percentages of Color #396ffd

%13.54
%26.37
%60.10

CMYK Percentages of Color #396ffd

%77
%56
%0
%1

Triadic Colors of #396ffd

#396ffd #fd396f #6ffd39

Analogous Colors of #396ffd

#396ffd #6539fd #39d1fd

Monochromatic Colors of #396ffd

#396ffd

Complementary Color

#396ffd #fdc739

#396ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#396ffd Color CSS Codes

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

#396ffd Text Font Color

<p style="color:#396ffd">Text here</p>

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


#396ffd Background Color

<div style="background-color:#396ffd">
Div content here</div>

This div background color is #396ffd


#396ffd Border Color

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

This div border color is #396ffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,111,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #396ffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #396ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #396ffd;
  box-shadow:         1px 1px 3px 2px #396ffd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.