Color Hex Logo

#395bdf Color Hex

#395BDF
(57,91,223)
0 Favorites   0 Comments

Color spaces of #395bdf

RGB 5791223
HSL0.630.720.55
HSV228°74°87°
CMYK 0.740.590.00   0.13
XYZ18.747713.679771.4644
Yxy13.67970.18050.1317
Hunter Lab36.986125.7534-88.6697
CIE-Lab43.770033.4243-70.7576

#395bdf color RGB value is (57,91,223).

#395bdf hex color red value is 57, green value is 91 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #395bdf hue: 0.63 , saturation: 0.72 and the lightness value of 395bdf is 0.55.

The process color (four color CMYK) of #395bdf color hex is 0.74, 0.59, 0.00, 0.13. Web safe color of #395bdf is #3366cc. Color #395bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011011 11011111
Octal 71 133 337
Decimal 57 91 223
Hex 39 5B DF

RGB Percentages of Color #395bdf

%15.36
%24.53
%60.11

CMYK Percentages of Color #395bdf

%74
%59
%0
%13

Triadic Colors of #395bdf

#395bdf #df395b #5bdf39

Analogous Colors of #395bdf

#395bdf #6a39df #39aedf

Monochromatic Colors of #395bdf

#395bdf

Complementary Color

#395bdf #dfbd39

#395bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#395bdf Color CSS Codes

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

#395bdf Text Font Color

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

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


#395bdf Background Color

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

This div background color is #395bdf


#395bdf Border Color

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

This div border color is #395bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395bdf


Comments

No comments written yet.

Please login to write comment.