Color Hex Logo

#395dab Color Hex

#395DAB
(57,93,171)
0 Favorites   0 Comments

Color spaces of #395dab

RGB 5793171
HSL0.610.500.45
HSV221°67°67°
CMYK 0.670.460.00   0.33
XYZ12.952411.638840.0919
Yxy11.63880.20020.1799
Hunter Lab34.11578.0671-45.7951
CIE-Lab40.636213.1790-45.7007

#395dab color RGB value is (57,93,171).

#395dab hex color red value is 57, green value is 93 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #395dab hue: 0.61 , saturation: 0.50 and the lightness value of 395dab is 0.45.

The process color (four color CMYK) of #395dab color hex is 0.67, 0.46, 0.00, 0.33. Web safe color of #395dab is #336699. Color #395dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011101 10101011
Octal 71 135 253
Decimal 57 93 171
Hex 39 5D AB

RGB Percentages of Color #395dab

%17.76
%28.97
%53.27

CMYK Percentages of Color #395dab

%67
%46
%0
%33

Triadic Colors of #395dab

#395dab #ab395d #5dab39

Analogous Colors of #395dab

#395dab #4e39ab #3996ab

Monochromatic Colors of #395dab

#395dab

Complementary Color

#395dab #ab8739

#395dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#395dab Color CSS Codes

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

#395dab Text Font Color

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

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


#395dab Background Color

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

This div background color is #395dab


#395dab Border Color

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

This div border color is #395dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395dab


Comments

No comments written yet.

Please login to write comment.