Color Hex Logo

#3880bf Color Hex

#3880BF
(56,128,191)
0 Favorites   0 Comments

Color spaces of #3880bf

RGB 56128191
HSL0.580.550.48
HSV208°71°75°
CMYK 0.710.330.00   0.25
XYZ18.754020.040752.1700
Yxy20.04070.20620.2203
Hunter Lab44.7668-3.5637-37.7581
CIE-Lab51.8832-1.5136-39.4609

#3880bf color RGB value is (56,128,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000000 10111111
Octal 70 200 277
Decimal 56 128 191
Hex 38 80 BF

RGB Percentages of Color #3880bf

%14.93
%34.13
%50.93

CMYK Percentages of Color #3880bf

%71
%33
%0
%25

Triadic Colors of #3880bf

#3880bf #bf3880 #80bf38

Analogous Colors of #3880bf

#3880bf #383dbf #38bfbb

Monochromatic Colors of #3880bf

#3880bf

Complementary Color

#3880bf #bf7738

#3880bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3880bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3880bf Color CSS Codes

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

#3880bf Text Font Color

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

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


#3880bf Background Color

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

This div background color is #3880bf


#3880bf Border Color

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

This div border color is #3880bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3880bf


Comments

No comments written yet.

Please login to write comment.