Color Hex Logo

#386acf Color Hex

#386ACF
(56,106,207)
0 Favorites   0 Comments

Color spaces of #386acf

RGB 56106207
HSL0.610.610.52
HSV220°73°81°
CMYK 0.730.490.00   0.19
XYZ18.047415.653861.1018
Yxy15.65380.19040.1651
Hunter Lab39.564912.1837-63.8688
CIE-Lab46.517017.9140-57.1782

#386acf color RGB value is (56,106,207).

#386acf hex color red value is 56, green value is 106 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #386acf hue: 0.61 , saturation: 0.61 and the lightness value of 386acf is 0.52.

The process color (four color CMYK) of #386acf color hex is 0.73, 0.49, 0.00, 0.19. Web safe color of #386acf is #3366cc. Color #386acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101010 11001111
Octal 70 152 317
Decimal 56 106 207
Hex 38 6A CF

RGB Percentages of Color #386acf

%15.18
%28.73
%56.10

CMYK Percentages of Color #386acf

%73
%49
%0
%19

Triadic Colors of #386acf

#386acf #cf386a #6acf38

Analogous Colors of #386acf

#386acf #5238cf #38b6cf

Monochromatic Colors of #386acf

#386acf

Complementary Color

#386acf #cf9d38

#386acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#386acf Color CSS Codes

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

#386acf Text Font Color

<p style="color:#386acf">Text here</p>

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


#386acf Background Color

<div style="background-color:#386acf">
Div content here</div>

This div background color is #386acf


#386acf Border Color

<div style="border:3px solid #386acf">
Div here</div>

This div border color is #386acf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,106,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #386acf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #386acf;
  -webkit-box-shadow: 1px 1px 3px 2px #386acf;
  box-shadow:         1px 1px 3px 2px #386acf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,106,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386acf


Comments

No comments written yet.

Please login to write comment.