Color Hex Logo

#395bfe Color Hex

#395BFE
(57,91,254)
0 Favorites   0 Comments

Color spaces of #395bfe

RGB 5791254
HSL0.640.990.61
HSV230°78°100°
CMYK 0.780.640.00   0.00
XYZ23.317815.507895.5302
Yxy15.50780.17360.1154
Hunter Lab39.379936.7792-116.2632
CIE-Lab46.322044.3770-84.0136

#395bfe color RGB value is (57,91,254).

#395bfe hex color red value is 57, green value is 91 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #395bfe hue: 0.64 , saturation: 0.99 and the lightness value of 395bfe is 0.61.

The process color (four color CMYK) of #395bfe color hex is 0.78, 0.64, 0.00, 0.00. Web safe color of #395bfe is #3366ff. Color #395bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011011 11111110
Octal 71 133 376
Decimal 57 91 254
Hex 39 5B FE

RGB Percentages of Color #395bfe

%14.18
%22.64
%63.18

CMYK Percentages of Color #395bfe

%78
%64
%0
%0

Triadic Colors of #395bfe

#395bfe #fe395b #5bfe39

Analogous Colors of #395bfe

#395bfe #7a39fe #39befe

Monochromatic Colors of #395bfe

#395bfe

Complementary Color

#395bfe #fedc39

#395bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#395bfe Color CSS Codes

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

#395bfe Text Font Color

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

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


#395bfe Background Color

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

This div background color is #395bfe


#395bfe Border Color

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

This div border color is #395bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.