Color Hex Logo

#387bc0 Color Hex

#387BC0
(56,123,192)
0 Favorites   0 Comments

Color spaces of #387bc0

RGB 56123192
HSL0.580.550.49
HSV210°71°75°
CMYK 0.710.360.00   0.25
XYZ18.228318.812452.5396
Yxy18.81240.20350.2100
Hunter Lab43.3733-0.8858-41.4588
CIE-Lab50.46701.8450-42.2714

#387bc0 color RGB value is (56,123,192).

#387bc0 hex color red value is 56, green value is 123 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #387bc0 hue: 0.58 , saturation: 0.55 and the lightness value of 387bc0 is 0.49.

The process color (four color CMYK) of #387bc0 color hex is 0.71, 0.36, 0.00, 0.25. Web safe color of #387bc0 is #3366cc. Color #387bc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111011 11000000
Octal 70 173 300
Decimal 56 123 192
Hex 38 7B C0

RGB Percentages of Color #387bc0

%15.09
%33.15
%51.75

CMYK Percentages of Color #387bc0

%71
%36
%0
%25

Triadic Colors of #387bc0

#387bc0 #c0387b #7bc038

Analogous Colors of #387bc0

#387bc0 #3938c0 #38bfc0

Monochromatic Colors of #387bc0

#387bc0

Complementary Color

#387bc0 #c07d38

#387bc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387bc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387bc0 Color CSS Codes

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

#387bc0 Text Font Color

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

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


#387bc0 Background Color

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

This div background color is #387bc0


#387bc0 Border Color

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

This div border color is #387bc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387bc0


Comments

No comments written yet.

Please login to write comment.