Color Hex Logo

#387bdc Color Hex

#387BDC
(56,123,220)
0 Favorites   0 Comments

Color spaces of #387bdc

RGB 56123220
HSL0.600.700.54
HSV215°75°86°
CMYK 0.750.440.00   0.14
XYZ21.632120.174070.4640
Yxy20.17400.19270.1797
Hunter Lab44.91557.3667-61.5741
CIE-Lab52.033412.0269-55.6956

#387bdc color RGB value is (56,123,220).

#387bdc hex color red value is 56, green value is 123 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #387bdc hue: 0.60 , saturation: 0.70 and the lightness value of 387bdc is 0.54.

The process color (four color CMYK) of #387bdc color hex is 0.75, 0.44, 0.00, 0.14. Web safe color of #387bdc is #3366cc. Color #387bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111011 11011100
Octal 70 173 334
Decimal 56 123 220
Hex 38 7B DC

RGB Percentages of Color #387bdc

%14.04
%30.83
%55.14

CMYK Percentages of Color #387bdc

%75
%44
%0
%14

Triadic Colors of #387bdc

#387bdc #dc387b #7bdc38

Analogous Colors of #387bdc

#387bdc #4738dc #38cddc

Monochromatic Colors of #387bdc

#387bdc

Complementary Color

#387bdc #dc9938

#387bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#387bdc Color CSS Codes

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

#387bdc Text Font Color

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

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


#387bdc Background Color

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

This div background color is #387bdc


#387bdc Border Color

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

This div border color is #387bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387bdc


Comments

No comments written yet.

Please login to write comment.