Color Hex Logo

#388abf Color Hex

#388ABF
(56,138,191)
0 Favorites   0 Comments

Color spaces of #388abf

RGB 56138191
HSL0.570.550.48
HSV204°71°75°
CMYK 0.710.280.00   0.25
XYZ20.123322.779352.6264
Yxy22.77930.21070.2385
Hunter Lab47.7277-8.2629-31.9661
CIE-Lab54.8443-7.3582-34.8107

#388abf color RGB value is (56,138,191).

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

The process color (four color CMYK) of #388abf color hex is 0.71, 0.28, 0.00, 0.25. Web safe color of #388abf is #3399cc. Color #388abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001010 10111111
Octal 70 212 277
Decimal 56 138 191
Hex 38 8A BF

RGB Percentages of Color #388abf

%14.55
%35.84
%49.61

CMYK Percentages of Color #388abf

%71
%28
%0
%25

Triadic Colors of #388abf

#388abf #bf388a #8abf38

Analogous Colors of #388abf

#388abf #3847bf #38bfb1

Monochromatic Colors of #388abf

#388abf

Complementary Color

#388abf #bf6d38

#388abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#388abf Color CSS Codes

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

#388abf Text Font Color

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

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


#388abf Background Color

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

This div background color is #388abf


#388abf Border Color

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

This div border color is #388abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388abf


Comments

No comments written yet.

Please login to write comment.