Color Hex Logo

#387abb Color Hex

#387ABB
(56,122,187)
0 Favorites   0 Comments

Color spaces of #387abb

RGB 56122187
HSL0.580.540.48
HSV210°70°73°
CMYK 0.700.350.00   0.27
XYZ17.560118.347749.6296
Yxy18.34770.20530.2145
Hunter Lab42.8342-1.7829-38.7120
CIE-Lab49.91510.6565-40.2715

#387abb color RGB value is (56,122,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111010 10111011
Octal 70 172 273
Decimal 56 122 187
Hex 38 7A BB

RGB Percentages of Color #387abb

%15.34
%33.42
%51.23

CMYK Percentages of Color #387abb

%70
%35
%0
%27

Triadic Colors of #387abb

#387abb #bb387a #7abb38

Analogous Colors of #387abb

#387abb #3839bb #38bbbb

Monochromatic Colors of #387abb

#387abb

Complementary Color

#387abb #bb7938

#387abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#387abb Color CSS Codes

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

#387abb Text Font Color

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

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


#387abb Background Color

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

This div background color is #387abb


#387abb Border Color

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

This div border color is #387abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387abb

#387abb Color Palettes


Comments

No comments written yet.

Please login to write comment.