Color Hex Logo

#385fac Color Hex

#385FAC
(56,95,172)
0 Favorites   0 Comments

Color spaces of #385fac

RGB 5695172
HSL0.610.510.45
HSV220°67°67°
CMYK 0.670.450.00   0.33
XYZ13.169512.003740.6526
Yxy12.00370.20010.1824
Hunter Lab34.64647.2189-45.3160
CIE-Lab41.222012.0836-45.3558

#385fac color RGB value is (56,95,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011111 10101100
Octal 70 137 254
Decimal 56 95 172
Hex 38 5F AC

RGB Percentages of Color #385fac

%17.34
%29.41
%53.25

CMYK Percentages of Color #385fac

%67
%45
%0
%33

Triadic Colors of #385fac

#385fac #ac385f #5fac38

Analogous Colors of #385fac

#385fac #4b38ac #3899ac

Monochromatic Colors of #385fac

#385fac

Complementary Color

#385fac #ac8538

#385fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#385fac Color CSS Codes

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

#385fac Text Font Color

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

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


#385fac Background Color

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

This div background color is #385fac


#385fac Border Color

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

This div border color is #385fac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,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 #385fac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385fac


Comments

No comments written yet.

Please login to write comment.