Color Hex Logo

#388dfc Color Hex

#388DFC
(56,141,252)
0 Favorites   0 Comments

Color spaces of #388dfc

RGB 56141252
HSL0.590.970.60
HSV214°78°99°
CMYK 0.780.440.00   0.01
XYZ28.726526.918895.7773
Yxy26.91880.18970.1778
Hunter Lab51.88338.0351-73.1318
CIE-Lab58.899112.7046-62.4939

#388dfc color RGB value is (56,141,252).

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

The process color (four color CMYK) of #388dfc color hex is 0.78, 0.44, 0.00, 0.01. Web safe color of #388dfc is #3399ff. Color #388dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001101 11111100
Octal 70 215 374
Decimal 56 141 252
Hex 38 8D FC

RGB Percentages of Color #388dfc

%12.47
%31.40
%56.12

CMYK Percentages of Color #388dfc

%78
%44
%0
%1

Triadic Colors of #388dfc

#388dfc #fc388d #8dfc38

Analogous Colors of #388dfc

#388dfc #4538fc #38effc

Monochromatic Colors of #388dfc

#388dfc

Complementary Color

#388dfc #fca738

#388dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#388dfc Color CSS Codes

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

#388dfc Text Font Color

<p style="color:#388dfc">Text here</p>

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


#388dfc Background Color

<div style="background-color:#388dfc">
Div content here</div>

This div background color is #388dfc


#388dfc Border Color

<div style="border:3px solid #388dfc">
Div here</div>

This div border color is #388dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388dfc


Comments

No comments written yet.

Please login to write comment.