Color Hex Logo

#388cde Color Hex

#388CDE
(56,140,222)
0 Favorites   0 Comments

Color spaces of #388cde

RGB 56140222
HSL0.580.720.55
HSV210°75°87°
CMYK 0.750.370.00   0.13
XYZ24.193824.870872.6326
Yxy24.87080.19880.2044
Hunter Lab49.8706-0.6777-51.4417
CIE-Lab56.94932.4411-48.9766

#388cde color RGB value is (56,140,222).

#388cde hex color red value is 56, green value is 140 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #388cde hue: 0.58 , saturation: 0.72 and the lightness value of 388cde is 0.55.

The process color (four color CMYK) of #388cde color hex is 0.75, 0.37, 0.00, 0.13. Web safe color of #388cde is #3399cc. Color #388cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001100 11011110
Octal 70 214 336
Decimal 56 140 222
Hex 38 8C DE

RGB Percentages of Color #388cde

%13.40
%33.49
%53.11

CMYK Percentages of Color #388cde

%75
%37
%0
%13

Triadic Colors of #388cde

#388cde #de388c #8cde38

Analogous Colors of #388cde

#388cde #3839de #38dedd

Monochromatic Colors of #388cde

#388cde

Complementary Color

#388cde #de8a38

#388cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#388cde Color CSS Codes

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

#388cde Text Font Color

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

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


#388cde Background Color

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

This div background color is #388cde


#388cde Border Color

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

This div border color is #388cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388cde


Comments

No comments written yet.

Please login to write comment.