Color Hex Logo

#385abb Color Hex

#385ABB
(56,90,187)
0 Favorites   0 Comments

Color spaces of #385abb

RGB 5690187
HSL0.620.540.48
HSV224°70°73°
CMYK 0.700.520.00   0.27
XYZ14.256711.740948.5285
Yxy11.74090.19130.1575
Hunter Lab34.265014.3051-59.9852
CIE-Lab40.801320.8292-54.8382

#385abb color RGB value is (56,90,187).

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

The process color (four color CMYK) of #385abb color hex is 0.70, 0.52, 0.00, 0.27. Web safe color of #385abb is #3366cc. Color #385abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011010 10111011
Octal 70 132 273
Decimal 56 90 187
Hex 38 5A BB

RGB Percentages of Color #385abb

%16.82
%27.03
%56.16

CMYK Percentages of Color #385abb

%70
%52
%0
%27

Triadic Colors of #385abb

#385abb #bb385a #5abb38

Analogous Colors of #385abb

#385abb #5738bb #389cbb

Monochromatic Colors of #385abb

#385abb

Complementary Color

#385abb #bb9938

#385abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#385abb Color CSS Codes

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

#385abb Text Font Color

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

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


#385abb Background Color

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

This div background color is #385abb


#385abb Border Color

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

This div border color is #385abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385abb


Comments

No comments written yet.

Please login to write comment.