Color Hex Logo

#387abd Color Hex

#387ABD
(56,122,189)
0 Favorites   0 Comments

Color spaces of #387abd

RGB 56122189
HSL0.580.540.48
HSV210°70°74°
CMYK 0.700.350.00   0.26
XYZ17.775718.433950.7653
Yxy18.43390.20440.2119
Hunter Lab42.9347-1.2337-40.0492
CIE-Lab50.01821.3730-41.2590

#387abd color RGB value is (56,122,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111010 10111101
Octal 70 172 275
Decimal 56 122 189
Hex 38 7A BD

RGB Percentages of Color #387abd

%15.26
%33.24
%51.50

CMYK Percentages of Color #387abd

%70
%35
%0
%26

Triadic Colors of #387abd

#387abd #bd387a #7abd38

Analogous Colors of #387abd

#387abd #3838bd #38bdbd

Monochromatic Colors of #387abd

#387abd

Complementary Color

#387abd #bd7b38

#387abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#387abd Color CSS Codes

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

#387abd Text Font Color

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

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


#387abd Background Color

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

This div background color is #387abd


#387abd Border Color

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

This div border color is #387abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387abd


Comments

No comments written yet.

Please login to write comment.