Color Hex Logo

#387baf Color Hex

#387BAF
(56,123,175)
0 Favorites   0 Comments

Color spaces of #387baf

RGB 56123175
HSL0.570.520.45
HSV206°68°69°
CMYK 0.680.300.00   0.31
XYZ16.451718.101843.1843
Yxy18.10180.21160.2329
Hunter Lab42.5462-5.4338-30.3969
CIE-Lab49.6193-4.1909-33.8072

#387baf color RGB value is (56,123,175).

#387baf hex color red value is 56, green value is 123 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #387baf hue: 0.57 , saturation: 0.52 and the lightness value of 387baf is 0.45.

The process color (four color CMYK) of #387baf color hex is 0.68, 0.30, 0.00, 0.31. Web safe color of #387baf is #336699. Color #387baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111011 10101111
Octal 70 173 257
Decimal 56 123 175
Hex 38 7B AF

RGB Percentages of Color #387baf

%15.82
%34.75
%49.44

CMYK Percentages of Color #387baf

%68
%30
%0
%31

Triadic Colors of #387baf

#387baf #af387b #7baf38

Analogous Colors of #387baf

#387baf #383faf #38afa8

Monochromatic Colors of #387baf

#387baf

Complementary Color

#387baf #af6c38

#387baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#387baf Color CSS Codes

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

#387baf Text Font Color

<p style="color:#387baf">Text here</p>

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


#387baf Background Color

<div style="background-color:#387baf">
Div content here</div>

This div background color is #387baf


#387baf Border Color

<div style="border:3px solid #387baf">
Div here</div>

This div border color is #387baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,123,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #387baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #387baf;
  -webkit-box-shadow: 1px 1px 3px 2px #387baf;
  box-shadow:         1px 1px 3px 2px #387baf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387baf


Comments

No comments written yet.

Please login to write comment.