Color Hex Logo

#387bcf Color Hex

#387BCF
(56,123,207)
0 Favorites   0 Comments

Color spaces of #387bcf

RGB 56123207
HSL0.590.610.52
HSV213°73°81°
CMYK 0.730.410.00   0.19
XYZ19.976319.511761.7447
Yxy19.51170.19730.1927
Hunter Lab44.17203.4235-51.9565
CIE-Lab51.28067.2751-49.5416

#387bcf color RGB value is (56,123,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111011 11001111
Octal 70 173 317
Decimal 56 123 207
Hex 38 7B CF

RGB Percentages of Color #387bcf

%14.51
%31.87
%53.63

CMYK Percentages of Color #387bcf

%73
%41
%0
%19

Triadic Colors of #387bcf

#387bcf #cf387b #7bcf38

Analogous Colors of #387bcf

#387bcf #4038cf #38c7cf

Monochromatic Colors of #387bcf

#387bcf

Complementary Color

#387bcf #cf8c38

#387bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#387bcf Color CSS Codes

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

#387bcf Text Font Color

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

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


#387bcf Background Color

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

This div background color is #387bcf


#387bcf Border Color

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

This div border color is #387bcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,123,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 #387bcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387bcf


Comments

No comments written yet.

Please login to write comment.