Color Hex Logo

#3889bf Color Hex

#3889BF
(56,137,191)
0 Favorites   0 Comments

Color spaces of #3889bf

RGB 56137191
HSL0.570.550.48
HSV204°71°75°
CMYK 0.710.280.00   0.25
XYZ19.980522.493752.5788
Yxy22.49370.21020.2366
Hunter Lab47.4275-7.7988-32.5304
CIE-Lab54.5470-6.7833-35.2760

#3889bf color RGB value is (56,137,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001001 10111111
Octal 70 211 277
Decimal 56 137 191
Hex 38 89 BF

RGB Percentages of Color #3889bf

%14.58
%35.68
%49.74

CMYK Percentages of Color #3889bf

%71
%28
%0
%25

Triadic Colors of #3889bf

#3889bf #bf3889 #89bf38

Analogous Colors of #3889bf

#3889bf #3845bf #38bfb2

Monochromatic Colors of #3889bf

#3889bf

Complementary Color

#3889bf #bf6e38

#3889bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3889bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3889bf Color CSS Codes

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

#3889bf Text Font Color

<p style="color:#3889bf">Text here</p>

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


#3889bf Background Color

<div style="background-color:#3889bf">
Div content here</div>

This div background color is #3889bf


#3889bf Border Color

<div style="border:3px solid #3889bf">
Div here</div>

This div border color is #3889bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,137,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 #3889bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3889bf


Comments

No comments written yet.

Please login to write comment.