Color Hex Logo

#3892be Color Hex

#3892BE
(56,146,190)
0 Favorites   0 Comments

Color spaces of #3892be

RGB 56146190
HSL0.550.540.48
HSV200°71°75°
CMYK 0.710.230.00   0.25
XYZ21.204025.116252.4455
Yxy25.11620.21470.2543
Hunter Lab50.1161-12.1801-26.9646
CIE-Lab57.1885-12.2206-30.5889

#3892be color RGB value is (56,146,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010010 10111110
Octal 70 222 276
Decimal 56 146 190
Hex 38 92 BE

RGB Percentages of Color #3892be

%14.29
%37.24
%48.47

CMYK Percentages of Color #3892be

%71
%23
%0
%25

Triadic Colors of #3892be

#3892be #be3892 #92be38

Analogous Colors of #3892be

#3892be #384fbe #38bea7

Monochromatic Colors of #3892be

#3892be

Complementary Color

#3892be #be6438

#3892be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3892be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3892be Color CSS Codes

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

#3892be Text Font Color

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

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


#3892be Background Color

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

This div background color is #3892be


#3892be Border Color

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

This div border color is #3892be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3892be


Comments

No comments written yet.

Please login to write comment.