Color Hex Logo

#388fdf Color Hex

#388FDF
(56,143,223)
0 Favorites   0 Comments

Color spaces of #388fdf

RGB 56143223
HSL0.580.720.55
HSV209°75°87°
CMYK 0.750.360.00   0.13
XYZ24.772625.813473.4889
Yxy25.81340.19970.2080
Hunter Lab50.8069-1.8784-50.1944
CIE-Lab57.85951.0250-48.0914

#388fdf color RGB value is (56,143,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001111 11011111
Octal 70 217 337
Decimal 56 143 223
Hex 38 8F DF

RGB Percentages of Color #388fdf

%13.27
%33.89
%52.84

CMYK Percentages of Color #388fdf

%75
%36
%0
%13

Triadic Colors of #388fdf

#388fdf #df388f #8fdf38

Analogous Colors of #388fdf

#388fdf #383cdf #38dfdc

Monochromatic Colors of #388fdf

#388fdf

Complementary Color

#388fdf #df8838

#388fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#388fdf Color CSS Codes

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

#388fdf Text Font Color

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

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


#388fdf Background Color

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

This div background color is #388fdf


#388fdf Border Color

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

This div border color is #388fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388fdf


Comments

No comments written yet.

Please login to write comment.