Color Hex Logo

#395ff6 Color Hex

#395FF6
(57,95,246)
0 Favorites   0 Comments

Color spaces of #395ff6

RGB 5795246
HSL0.630.910.59
HSV228°77°96°
CMYK 0.770.610.00   0.04
XYZ22.414115.708189.0394
Yxy15.70810.17630.1235
Hunter Lab39.633431.5895-105.4559
CIE-Lab46.589239.1284-79.1145

#395ff6 color RGB value is (57,95,246).

#395ff6 hex color red value is 57, green value is 95 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #395ff6 hue: 0.63 , saturation: 0.91 and the lightness value of 395ff6 is 0.59.

The process color (four color CMYK) of #395ff6 color hex is 0.77, 0.61, 0.00, 0.04. Web safe color of #395ff6 is #3366ff. Color #395ff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011111 11110110
Octal 71 137 366
Decimal 57 95 246
Hex 39 5F F6

RGB Percentages of Color #395ff6

%14.32
%23.87
%61.81

CMYK Percentages of Color #395ff6

%77
%61
%0
%4

Triadic Colors of #395ff6

#395ff6 #f6395f #5ff639

Analogous Colors of #395ff6

#395ff6 #7239f6 #39bef6

Monochromatic Colors of #395ff6

#395ff6

Complementary Color

#395ff6 #f6d039

#395ff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395ff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395ff6 Color CSS Codes

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

#395ff6 Text Font Color

<p style="color:#395ff6">Text here</p>

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


#395ff6 Background Color

<div style="background-color:#395ff6">
Div content here</div>

This div background color is #395ff6


#395ff6 Border Color

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

This div border color is #395ff6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,95,246, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #395ff6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #395ff6;
  -webkit-box-shadow: 1px 1px 3px 2px #395ff6;
  box-shadow:         1px 1px 3px 2px #395ff6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395ff6


Comments

No comments written yet.

Please login to write comment.