Color Hex Logo

#3870be Color Hex

#3870BE
(56,112,190)
0 Favorites   0 Comments

Color spaces of #3870be

RGB 56112190
HSL0.600.540.48
HSV215°71°75°
CMYK 0.710.410.00   0.25
XYZ16.719316.146850.9506
Yxy16.14680.19950.1926
Hunter Lab40.18313.9495-47.0493
CIE-Lab47.16657.8844-46.3642

#3870be color RGB value is (56,112,190).

#3870be hex color red value is 56, green value is 112 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3870be hue: 0.60 , saturation: 0.54 and the lightness value of 3870be is 0.48.

The process color (four color CMYK) of #3870be color hex is 0.71, 0.41, 0.00, 0.25. Web safe color of #3870be is #3366cc. Color #3870be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110000 10111110
Octal 70 160 276
Decimal 56 112 190
Hex 38 70 BE

RGB Percentages of Color #3870be

%15.64
%31.28
%53.07

CMYK Percentages of Color #3870be

%71
%41
%0
%25

Triadic Colors of #3870be

#3870be #be3870 #70be38

Analogous Colors of #3870be

#3870be #4338be #38b3be

Monochromatic Colors of #3870be

#3870be

Complementary Color

#3870be #be8638

#3870be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3870be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3870be Color CSS Codes

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

#3870be Text Font Color

<p style="color:#3870be">Text here</p>

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


#3870be Background Color

<div style="background-color:#3870be">
Div content here</div>

This div background color is #3870be


#3870be Border Color

<div style="border:3px solid #3870be">
Div here</div>

This div border color is #3870be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,112,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3870be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3870be;
  -webkit-box-shadow: 1px 1px 3px 2px #3870be;
  box-shadow:         1px 1px 3px 2px #3870be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3870be


Comments

No comments written yet.

Please login to write comment.