Color Hex Logo

#387fcb Color Hex

#387FCB
(56,127,203)
0 Favorites   0 Comments

Color spaces of #387fcb

RGB 56127203
HSL0.590.590.51
HSV211°72°80°
CMYK 0.720.370.00   0.20
XYZ19.999820.331359.3701
Yxy20.33130.20060.2039
Hunter Lab45.09020.2658-46.5037
CIE-Lab52.20973.3867-45.7897

#387fcb color RGB value is (56,127,203).

#387fcb hex color red value is 56, green value is 127 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #387fcb hue: 0.59 , saturation: 0.59 and the lightness value of 387fcb is 0.51.

The process color (four color CMYK) of #387fcb color hex is 0.72, 0.37, 0.00, 0.20. Web safe color of #387fcb is #3366cc. Color #387fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111111 11001011
Octal 70 177 313
Decimal 56 127 203
Hex 38 7F CB

RGB Percentages of Color #387fcb

%14.51
%32.90
%52.59

CMYK Percentages of Color #387fcb

%72
%37
%0
%20

Triadic Colors of #387fcb

#387fcb #cb387f #7fcb38

Analogous Colors of #387fcb

#387fcb #3a38cb #38c9cb

Monochromatic Colors of #387fcb

#387fcb

Complementary Color

#387fcb #cb8438

#387fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#387fcb Color CSS Codes

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

#387fcb Text Font Color

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

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


#387fcb Background Color

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

This div background color is #387fcb


#387fcb Border Color

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

This div border color is #387fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387fcb


Comments

No comments written yet.

Please login to write comment.