Color Hex Logo

#385fbe Color Hex

#385FBE
(56,95,190)
0 Favorites   0 Comments

Color spaces of #385fbe

RGB 5695190
HSL0.620.540.48
HSV223°71°75°
CMYK 0.710.500.00   0.25
XYZ15.017412.742950.3833
Yxy12.74290.19220.1631
Hunter Lab35.697212.6228-58.6943
CIE-Lab42.373318.6969-54.0500

#385fbe color RGB value is (56,95,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011111 10111110
Octal 70 137 276
Decimal 56 95 190
Hex 38 5F BE

RGB Percentages of Color #385fbe

%16.42
%27.86
%55.72

CMYK Percentages of Color #385fbe

%71
%50
%0
%25

Triadic Colors of #385fbe

#385fbe #be385f #5fbe38

Analogous Colors of #385fbe

#385fbe #5438be #38a2be

Monochromatic Colors of #385fbe

#385fbe

Complementary Color

#385fbe #be9738

#385fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#385fbe Color CSS Codes

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

#385fbe Text Font Color

<p style="color:#385fbe">Text here</p>

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


#385fbe Background Color

<div style="background-color:#385fbe">
Div content here</div>

This div background color is #385fbe


#385fbe Border Color

<div style="border:3px solid #385fbe">
Div here</div>

This div border color is #385fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385fbe


Comments

No comments written yet.

Please login to write comment.