Color Hex Logo

#388cdf Color Hex

#388CDF
(56,140,223)
0 Favorites   0 Comments

Color spaces of #388cdf

RGB 56140223
HSL0.580.720.55
HSV210°75°87°
CMYK 0.750.370.00   0.13
XYZ24.328324.924673.3407
Yxy24.92460.19840.2033
Hunter Lab49.9245-0.3846-52.1517
CIE-Lab57.00192.8007-49.4521

#388cdf color RGB value is (56,140,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001100 11011111
Octal 70 214 337
Decimal 56 140 223
Hex 38 8C DF

RGB Percentages of Color #388cdf

%13.37
%33.41
%53.22

CMYK Percentages of Color #388cdf

%75
%37
%0
%13

Triadic Colors of #388cdf

#388cdf #df388c #8cdf38

Analogous Colors of #388cdf

#388cdf #3839df #38dfdf

Monochromatic Colors of #388cdf

#388cdf

Complementary Color

#388cdf #df8b38

#388cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#388cdf Color CSS Codes

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

#388cdf Text Font Color

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

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


#388cdf Background Color

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

This div background color is #388cdf


#388cdf Border Color

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

This div border color is #388cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388cdf


Comments

No comments written yet.

Please login to write comment.