Color Hex Logo

#387cd1 Color Hex

#387CD1
(56,124,209)
0 Favorites   0 Comments

Color spaces of #387cd1

RGB 56124209
HSL0.590.620.52
HSV213°73°82°
CMYK 0.730.410.00   0.18
XYZ20.347219.859563.0825
Yxy19.85950.19700.1923
Hunter Lab44.56403.5132-52.7331
CIE-Lab51.67807.3907-50.0435

#387cd1 color RGB value is (56,124,209).

#387cd1 hex color red value is 56, green value is 124 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #387cd1 hue: 0.59 , saturation: 0.62 and the lightness value of 387cd1 is 0.52.

The process color (four color CMYK) of #387cd1 color hex is 0.73, 0.41, 0.00, 0.18. Web safe color of #387cd1 is #3366cc. Color #387cd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111100 11010001
Octal 70 174 321
Decimal 56 124 209
Hex 38 7C D1

RGB Percentages of Color #387cd1

%14.40
%31.88
%53.73

CMYK Percentages of Color #387cd1

%73
%41
%0
%18

Triadic Colors of #387cd1

#387cd1 #d1387c #7cd138

Analogous Colors of #387cd1

#387cd1 #4038d1 #38c9d1

Monochromatic Colors of #387cd1

#387cd1

Complementary Color

#387cd1 #d18d38

#387cd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387cd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387cd1 Color CSS Codes

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

#387cd1 Text Font Color

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

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


#387cd1 Background Color

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

This div background color is #387cd1


#387cd1 Border Color

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

This div border color is #387cd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387cd1


Comments

No comments written yet.

Please login to write comment.