Color Hex Logo

#388fef Color Hex

#388FEF
(56,143,239)
0 Favorites   0 Comments

Color spaces of #388fef

RGB 56143239
HSL0.590.850.58
HSV211°77°94°
CMYK 0.770.400.00   0.06
XYZ27.033326.717785.3936
Yxy26.71770.19430.1920
Hunter Lab51.68922.8990-61.7682
CIE-Lab58.71216.7840-55.6246

#388fef color RGB value is (56,143,239).

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

The process color (four color CMYK) of #388fef color hex is 0.77, 0.40, 0.00, 0.06. Web safe color of #388fef is #3399ff. Color #388fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001111 11101111
Octal 70 217 357
Decimal 56 143 239
Hex 38 8F EF

RGB Percentages of Color #388fef

%12.79
%32.65
%54.57

CMYK Percentages of Color #388fef

%77
%40
%0
%6

Triadic Colors of #388fef

#388fef #ef388f #8fef38

Analogous Colors of #388fef

#388fef #3c38ef #38ebef

Monochromatic Colors of #388fef

#388fef

Complementary Color

#388fef #ef9838

#388fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#388fef Color CSS Codes

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

#388fef Text Font Color

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

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


#388fef Background Color

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

This div background color is #388fef


#388fef Border Color

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

This div border color is #388fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388fef


Comments

No comments written yet.

Please login to write comment.