Color Hex Logo

#388ccf Color Hex

#388CCF
(56,140,207)
0 Favorites   0 Comments

Color spaces of #388ccf

RGB 56140207
HSL0.570.610.52
HSV207°73°81°
CMYK 0.730.320.00   0.19
XYZ22.271524.101962.5098
Yxy24.10190.20450.2214
Hunter Lab49.0937-4.9369-41.1269
CIE-Lab56.1897-2.9096-41.7586

#388ccf color RGB value is (56,140,207).

#388ccf hex color red value is 56, green value is 140 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #388ccf hue: 0.57 , saturation: 0.61 and the lightness value of 388ccf is 0.52.

The process color (four color CMYK) of #388ccf color hex is 0.73, 0.32, 0.00, 0.19. Web safe color of #388ccf is #3399cc. Color #388ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001100 11001111
Octal 70 214 317
Decimal 56 140 207
Hex 38 8C CF

RGB Percentages of Color #388ccf

%13.90
%34.74
%51.36

CMYK Percentages of Color #388ccf

%73
%32
%0
%19

Triadic Colors of #388ccf

#388ccf #cf388c #8ccf38

Analogous Colors of #388ccf

#388ccf #3840cf #38cfc7

Monochromatic Colors of #388ccf

#388ccf

Complementary Color

#388ccf #cf7b38

#388ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#388ccf Color CSS Codes

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

#388ccf Text Font Color

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

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


#388ccf Background Color

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

This div background color is #388ccf


#388ccf Border Color

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

This div border color is #388ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388ccf


Comments

No comments written yet.

Please login to write comment.