Color Hex Logo

#395fac Color Hex

#395FAC
(57,95,172)
0 Favorites   0 Comments

Color spaces of #395fac

RGB 5795172
HSL0.610.500.45
HSV220°67°67°
CMYK 0.670.450.00   0.33
XYZ13.225912.032840.6552
Yxy12.03280.20070.1826
Hunter Lab34.68837.3536-45.2069
CIE-Lab41.268212.2532-45.2792

#395fac color RGB value is (57,95,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011111 10101100
Octal 71 137 254
Decimal 57 95 172
Hex 39 5F AC

RGB Percentages of Color #395fac

%17.59
%29.32
%53.09

CMYK Percentages of Color #395fac

%67
%45
%0
%33

Triadic Colors of #395fac

#395fac #ac395f #5fac39

Analogous Colors of #395fac

#395fac #4d39ac #3999ac

Monochromatic Colors of #395fac

#395fac

Complementary Color

#395fac #ac8639

#395fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#395fac Color CSS Codes

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

#395fac Text Font Color

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

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


#395fac Background Color

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

This div background color is #395fac


#395fac Border Color

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

This div border color is #395fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395fac


Comments

No comments written yet.

Please login to write comment.