Color Hex Logo

#388cea Color Hex

#388CEA
(56,140,234)
0 Favorites   0 Comments

Color spaces of #388cea

RGB 56140234
HSL0.590.810.57
HSV212°76°92°
CMYK 0.760.400.00   0.08
XYZ25.860325.537481.4081
Yxy25.53740.19470.1923
Hunter Lab50.53452.9093-60.1384
CIE-Lab57.59536.7714-54.6349

#388cea color RGB value is (56,140,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001100 11101010
Octal 70 214 352
Decimal 56 140 234
Hex 38 8C EA

RGB Percentages of Color #388cea

%13.02
%32.56
%54.42

CMYK Percentages of Color #388cea

%76
%40
%0
%8

Triadic Colors of #388cea

#388cea #ea388c #8cea38

Analogous Colors of #388cea

#388cea #3d38ea #38e5ea

Monochromatic Colors of #388cea

#388cea

Complementary Color

#388cea #ea9638

#388cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#388cea Color CSS Codes

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

#388cea Text Font Color

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

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


#388cea Background Color

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

This div background color is #388cea


#388cea Border Color

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

This div border color is #388cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388cea


Comments

No comments written yet.

Please login to write comment.