Color Hex Logo

#3885be Color Hex

#3885BE
(56,133,190)
0 Favorites   0 Comments

Color spaces of #3885be

RGB 56133190
HSL0.570.540.48
HSV206°71°75°
CMYK 0.710.300.00   0.25
XYZ19.312721.333551.8151
Yxy21.33350.20890.2307
Hunter Lab46.1882-6.1930-34.1813
CIE-Lab53.3126-4.8124-36.6408

#3885be color RGB value is (56,133,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000101 10111110
Octal 70 205 276
Decimal 56 133 190
Hex 38 85 BE

RGB Percentages of Color #3885be

%14.78
%35.09
%50.13

CMYK Percentages of Color #3885be

%71
%30
%0
%25

Triadic Colors of #3885be

#3885be #be3885 #85be38

Analogous Colors of #3885be

#3885be #3842be #38beb4

Monochromatic Colors of #3885be

#3885be

Complementary Color

#3885be #be7138

#3885be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3885be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3885be Color CSS Codes

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

#3885be Text Font Color

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

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


#3885be Background Color

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

This div background color is #3885be


#3885be Border Color

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

This div border color is #3885be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3885be


Comments

No comments written yet.

Please login to write comment.