Color Hex Logo

#388fce Color Hex

#388FCE
(56,143,206)
0 Favorites   0 Comments

Color spaces of #388fce

RGB 56143206
HSL0.570.600.51
HSV205°73°81°
CMYK 0.730.310.00   0.19
XYZ22.593924.941962.0160
Yxy24.94190.20620.2277
Hunter Lab49.9419-6.6442-38.6649
CIE-Lab57.0188-5.0030-39.8903

#388fce color RGB value is (56,143,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001111 11001110
Octal 70 217 316
Decimal 56 143 206
Hex 38 8F CE

RGB Percentages of Color #388fce

%13.83
%35.31
%50.86

CMYK Percentages of Color #388fce

%73
%31
%0
%19

Triadic Colors of #388fce

#388fce #ce388f #8fce38

Analogous Colors of #388fce

#388fce #3844ce #38cec2

Monochromatic Colors of #388fce

#388fce

Complementary Color

#388fce #ce7738

#388fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#388fce Color CSS Codes

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

#388fce Text Font Color

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

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


#388fce Background Color

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

This div background color is #388fce


#388fce Border Color

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

This div border color is #388fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388fce


Comments

No comments written yet.

Please login to write comment.