Color Hex Logo

#388bdb Color Hex

#388BDB
(56,139,219)
0 Favorites   0 Comments

Color spaces of #388bdb

RGB 56139219
HSL0.580.690.54
HSV209°74°86°
CMYK 0.740.370.00   0.14
XYZ23.649724.420570.4850
Yxy24.42050.19950.2060
Hunter Lab49.4171-1.0546-49.9750
CIE-Lab56.50641.9569-48.0007

#388bdb color RGB value is (56,139,219).

#388bdb hex color red value is 56, green value is 139 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #388bdb hue: 0.58 , saturation: 0.69 and the lightness value of 388bdb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001011 11011011
Octal 70 213 333
Decimal 56 139 219
Hex 38 8B DB

RGB Percentages of Color #388bdb

%13.53
%33.57
%52.90

CMYK Percentages of Color #388bdb

%74
%37
%0
%14

Triadic Colors of #388bdb

#388bdb #db388b #8bdb38

Analogous Colors of #388bdb

#388bdb #383adb #38dbda

Monochromatic Colors of #388bdb

#388bdb

Complementary Color

#388bdb #db8838

#388bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#388bdb Color CSS Codes

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

#388bdb Text Font Color

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

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


#388bdb Background Color

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

This div background color is #388bdb


#388bdb Border Color

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

This div border color is #388bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388bdb


Comments

No comments written yet.

Please login to write comment.