Color Hex Logo

#388adb Color Hex

#388ADB
(56,138,219)
0 Favorites   0 Comments

Color spaces of #388adb

RGB 56138219
HSL0.580.690.54
HSV210°74°86°
CMYK 0.740.370.00   0.14
XYZ23.505524.132270.4369
Yxy24.13220.19910.2044
Hunter Lab49.1245-0.5578-50.6254
CIE-Lab56.21992.5512-48.4553

#388adb color RGB value is (56,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001010 11011011
Octal 70 212 333
Decimal 56 138 219
Hex 38 8A DB

RGB Percentages of Color #388adb

%13.56
%33.41
%53.03

CMYK Percentages of Color #388adb

%74
%37
%0
%14

Triadic Colors of #388adb

#388adb #db388a #8adb38

Analogous Colors of #388adb

#388adb #3839db #38dbdb

Monochromatic Colors of #388adb

#388adb

Complementary Color

#388adb #db8938

#388adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#388adb Color CSS Codes

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

#388adb Text Font Color

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

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


#388adb Background Color

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

This div background color is #388adb


#388adb Border Color

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

This div border color is #388adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388adb


Comments

No comments written yet.

Please login to write comment.