Color Hex Logo

#387bfc Color Hex

#387BFC
(56,123,252)
0 Favorites   0 Comments

Color spaces of #387bfc

RGB 56123252
HSL0.610.970.60
HSV219°78°99°
CMYK 0.780.510.00   0.01
XYZ26.284522.034994.9633
Yxy22.03490.18340.1538
Hunter Lab46.941317.8026-87.0859
CIE-Lab54.064023.7544-70.2858

#387bfc color RGB value is (56,123,252).

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

The process color (four color CMYK) of #387bfc color hex is 0.78, 0.51, 0.00, 0.01. Web safe color of #387bfc is #3366ff. Color #387bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111011 11111100
Octal 70 173 374
Decimal 56 123 252
Hex 38 7B FC

RGB Percentages of Color #387bfc

%12.99
%28.54
%58.47

CMYK Percentages of Color #387bfc

%78
%51
%0
%1

Triadic Colors of #387bfc

#387bfc #fc387b #7bfc38

Analogous Colors of #387bfc

#387bfc #5738fc #38ddfc

Monochromatic Colors of #387bfc

#387bfc

Complementary Color

#387bfc #fcb938

#387bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#387bfc Color CSS Codes

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

#387bfc Text Font Color

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

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


#387bfc Background Color

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

This div background color is #387bfc


#387bfc Border Color

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

This div border color is #387bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387bfc


Comments

No comments written yet.

Please login to write comment.