Color Hex Logo

#387ea2 Color Hex

#387EA2
(56,126,162)
0 Favorites   0 Comments

Color spaces of #387ea2

RGB 56126162
HSL0.560.490.43
HSV200°65°64°
CMYK 0.650.220.00   0.36
XYZ15.613318.371136.9055
Yxy18.37110.22020.2591
Hunter Lab42.8615-9.9849-21.0480
CIE-Lab49.9432-10.4028-25.7512

#387ea2 color RGB value is (56,126,162).

#387ea2 hex color red value is 56, green value is 126 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #387ea2 hue: 0.56 , saturation: 0.49 and the lightness value of 387ea2 is 0.43.

The process color (four color CMYK) of #387ea2 color hex is 0.65, 0.22, 0.00, 0.36. Web safe color of #387ea2 is #336699. Color #387ea2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111110 10100010
Octal 70 176 242
Decimal 56 126 162
Hex 38 7E A2

RGB Percentages of Color #387ea2

%16.28
%36.63
%47.09

CMYK Percentages of Color #387ea2

%65
%22
%0
%36

Triadic Colors of #387ea2

#387ea2 #a2387e #7ea238

Analogous Colors of #387ea2

#387ea2 #3849a2 #38a291

Monochromatic Colors of #387ea2

#387ea2

Complementary Color

#387ea2 #a25c38

#387ea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387ea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387ea2 Color CSS Codes

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

#387ea2 Text Font Color

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

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


#387ea2 Background Color

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

This div background color is #387ea2


#387ea2 Border Color

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

This div border color is #387ea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387ea2


Comments

No comments written yet.

Please login to write comment.