Color Hex Logo

#395ff1 Color Hex

#395FF1
(57,95,241)
0 Favorites   0 Comments

Color spaces of #395ff1

RGB 5795241
HSL0.630.870.58
HSV228°76°95°
CMYK 0.760.610.00   0.05
XYZ21.656715.405185.0511
Yxy15.40510.17730.1262
Hunter Lab39.249329.8051-101.0036
CIE-Lab46.184137.3549-76.9777

#395ff1 color RGB value is (57,95,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011111 11110001
Octal 71 137 361
Decimal 57 95 241
Hex 39 5F F1

RGB Percentages of Color #395ff1

%14.50
%24.17
%61.32

CMYK Percentages of Color #395ff1

%76
%61
%0
%5

Triadic Colors of #395ff1

#395ff1 #f1395f #5ff139

Analogous Colors of #395ff1

#395ff1 #6f39f1 #39bbf1

Monochromatic Colors of #395ff1

#395ff1

Complementary Color

#395ff1 #f1cb39

#395ff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395ff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395ff1 Color CSS Codes

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

#395ff1 Text Font Color

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

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


#395ff1 Background Color

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

This div background color is #395ff1


#395ff1 Border Color

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

This div border color is #395ff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395ff1


Comments

No comments written yet.

Please login to write comment.