Color Hex Logo

#388fc7 Color Hex

#388FC7
(56,143,199)
0 Favorites   0 Comments

Color spaces of #388fc7

RGB 56143199
HSL0.570.560.50
HSV203°72°78°
CMYK 0.720.280.00   0.22
XYZ21.762224.609257.6359
Yxy24.60920.20920.2366
Hunter Lab49.6077-8.5079-34.1598
CIE-Lab56.6926-7.4454-36.4539

#388fc7 color RGB value is (56,143,199).

#388fc7 hex color red value is 56, green value is 143 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #388fc7 hue: 0.57 , saturation: 0.56 and the lightness value of 388fc7 is 0.50.

The process color (four color CMYK) of #388fc7 color hex is 0.72, 0.28, 0.00, 0.22. Web safe color of #388fc7 is #3399cc. Color #388fc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001111 11000111
Octal 70 217 307
Decimal 56 143 199
Hex 38 8F C7

RGB Percentages of Color #388fc7

%14.07
%35.93
%50.00

CMYK Percentages of Color #388fc7

%72
%28
%0
%22

Triadic Colors of #388fc7

#388fc7 #c7388f #8fc738

Analogous Colors of #388fc7

#388fc7 #3848c7 #38c7b8

Monochromatic Colors of #388fc7

#388fc7

Complementary Color

#388fc7 #c77038

#388fc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388fc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388fc7 Color CSS Codes

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

#388fc7 Text Font Color

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

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


#388fc7 Background Color

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

This div background color is #388fc7


#388fc7 Border Color

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

This div border color is #388fc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388fc7


Comments

No comments written yet.

Please login to write comment.