Color Hex Logo

#388ffc Color Hex

#388FFC
(56,143,252)
0 Favorites   0 Comments

Color spaces of #388ffc

RGB 56143252
HSL0.590.970.60
HSV213°78°99°
CMYK 0.780.430.00   0.01
XYZ29.024027.513995.8765
Yxy27.51390.19040.1805
Hunter Lab52.45376.9748-71.6545
CIE-Lab59.447011.4972-61.6154

#388ffc color RGB value is (56,143,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001111 11111100
Octal 70 217 374
Decimal 56 143 252
Hex 38 8F FC

RGB Percentages of Color #388ffc

%12.42
%31.71
%55.88

CMYK Percentages of Color #388ffc

%78
%43
%0
%1

Triadic Colors of #388ffc

#388ffc #fc388f #8ffc38

Analogous Colors of #388ffc

#388ffc #4338fc #38f1fc

Monochromatic Colors of #388ffc

#388ffc

Complementary Color

#388ffc #fca538

#388ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#388ffc Color CSS Codes

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

#388ffc Text Font Color

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

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


#388ffc Background Color

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

This div background color is #388ffc


#388ffc Border Color

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

This div border color is #388ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388ffc


Comments

No comments written yet.

Please login to write comment.