Color Hex Logo

#388bff Color Hex

#388BFF
(56,139,255)
0 Favorites   0 Comments

Color spaces of #388bff

RGB 56139255
HSL0.601.000.61
HSV215°78°100°
CMYK 0.780.450.00   0.00
XYZ28.913526.526098.2039
Yxy26.52600.18820.1726
Hunter Lab51.503410.0772-76.9986
CIE-Lab58.533015.0091-64.7300

#388bff color RGB value is (56,139,255).

#388bff hex color red value is 56, green value is 139 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #388bff hue: 0.60 , saturation: 1.00 and the lightness value of 388bff is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001011 11111111
Octal 70 213 377
Decimal 56 139 255
Hex 38 8B FF

RGB Percentages of Color #388bff

%12.44
%30.89
%56.67

CMYK Percentages of Color #388bff

%78
%45
%0
%0

Triadic Colors of #388bff

#388bff #ff388b #8bff38

Analogous Colors of #388bff

#388bff #4938ff #38efff

Monochromatic Colors of #388bff

#388bff

Complementary Color

#388bff #ffac38

#388bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#388bff Color CSS Codes

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

#388bff Text Font Color

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

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


#388bff Background Color

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

This div background color is #388bff


#388bff Border Color

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

This div border color is #388bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388bff


Comments

No comments written yet.

Please login to write comment.