Color Hex Logo

#388be1 Color Hex

#388BE1
(56,139,225)
0 Favorites   0 Comments

Color spaces of #388be1

RGB 56139225
HSL0.580.740.55
HSV211°75°88°
CMYK 0.750.380.00   0.12
XYZ24.454124.742274.7210
Yxy24.74220.19730.1997
Hunter Lab49.74150.7071-54.2455
CIE-Lab56.82344.1164-50.8529

#388be1 color RGB value is (56,139,225).

#388be1 hex color red value is 56, green value is 139 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #388be1 hue: 0.58 , saturation: 0.74 and the lightness value of 388be1 is 0.55.

The process color (four color CMYK) of #388be1 color hex is 0.75, 0.38, 0.00, 0.12. Web safe color of #388be1 is #3399cc. Color #388be1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001011 11100001
Octal 70 213 341
Decimal 56 139 225
Hex 38 8B E1

RGB Percentages of Color #388be1

%13.33
%33.10
%53.57

CMYK Percentages of Color #388be1

%75
%38
%0
%12

Triadic Colors of #388be1

#388be1 #e1388b #8be138

Analogous Colors of #388be1

#388be1 #3a38e1 #38e0e1

Monochromatic Colors of #388be1

#388be1

Complementary Color

#388be1 #e18e38

#388be1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388be1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388be1 Color CSS Codes

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

#388be1 Text Font Color

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

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


#388be1 Background Color

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

This div background color is #388be1


#388be1 Border Color

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

This div border color is #388be1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388be1


Comments

No comments written yet.

Please login to write comment.