Color Hex Logo

#388aaf Color Hex

#388AAF
(56,138,175)
0 Favorites   0 Comments

Color spaces of #388aaf

RGB 56138175
HSL0.550.520.45
HSV199°68°69°
CMYK 0.680.210.00   0.31
XYZ18.457222.112943.8528
Yxy22.11290.21860.2619
Hunter Lab47.0244-12.2308-22.3741
CIE-Lab54.1466-12.8134-26.7560

#388aaf color RGB value is (56,138,175).

#388aaf hex color red value is 56, green value is 138 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #388aaf hue: 0.55 , saturation: 0.52 and the lightness value of 388aaf is 0.45.

The process color (four color CMYK) of #388aaf color hex is 0.68, 0.21, 0.00, 0.31. Web safe color of #388aaf is #339999. Color #388aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001010 10101111
Octal 70 212 257
Decimal 56 138 175
Hex 38 8A AF

RGB Percentages of Color #388aaf

%15.18
%37.40
%47.43

CMYK Percentages of Color #388aaf

%68
%21
%0
%31

Triadic Colors of #388aaf

#388aaf #af388a #8aaf38

Analogous Colors of #388aaf

#388aaf #384eaf #38af99

Monochromatic Colors of #388aaf

#388aaf

Complementary Color

#388aaf #af5d38

#388aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#388aaf Color CSS Codes

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

#388aaf Text Font Color

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

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


#388aaf Background Color

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

This div background color is #388aaf


#388aaf Border Color

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

This div border color is #388aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388aaf


Comments

No comments written yet.

Please login to write comment.