Color Hex Logo

#388efc Color Hex

#388EFC
(56,142,252)
0 Favorites   0 Comments

Color spaces of #388efc

RGB 56142252
HSL0.590.970.60
HSV214°78°99°
CMYK 0.780.440.00   0.01
XYZ28.874627.215095.8266
Yxy27.21500.19010.1791
Hunter Lab52.16807.5044-72.3913
CIE-Lab59.172812.1004-62.0549

#388efc color RGB value is (56,142,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001110 11111100
Octal 70 216 374
Decimal 56 142 252
Hex 38 8E FC

RGB Percentages of Color #388efc

%12.44
%31.56
%56.00

CMYK Percentages of Color #388efc

%78
%44
%0
%1

Triadic Colors of #388efc

#388efc #fc388e #8efc38

Analogous Colors of #388efc

#388efc #4438fc #38f0fc

Monochromatic Colors of #388efc

#388efc

Complementary Color

#388efc #fca638

#388efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#388efc Color CSS Codes

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

#388efc Text Font Color

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

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


#388efc Background Color

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

This div background color is #388efc


#388efc Border Color

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

This div border color is #388efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388efc


Comments

No comments written yet.

Please login to write comment.