Color Hex Logo

#387090 Color Hex

#387090
(56,112,144)
0 Favorites   0 Comments

Color spaces of #387090

RGB 56112144
HSL0.560.440.39
HSV202°61°56°
CMYK 0.610.220.00   0.44
XYZ12.459114.442728.5166
Yxy14.44270.22480.2606
Hunter Lab38.0036-7.9867-17.8868
CIE-Lab44.8612-8.3413-23.0273

#387090 color RGB value is (56,112,144).

#387090 hex color red value is 56, green value is 112 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #387090 hue: 0.56 , saturation: 0.44 and the lightness value of 387090 is 0.39.

The process color (four color CMYK) of #387090 color hex is 0.61, 0.22, 0.00, 0.44. Web safe color of #387090 is #336699. Color #387090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110000 10010000
Octal 70 160 220
Decimal 56 112 144
Hex 38 70 90

RGB Percentages of Color #387090

%17.95
%35.90
%46.15

CMYK Percentages of Color #387090

%61
%22
%0
%44

Triadic Colors of #387090

#387090 #903870 #709038

Analogous Colors of #387090

#387090 #384490 #389084

Monochromatic Colors of #387090

#387090

Complementary Color

#387090 #905838

#387090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387090 Color CSS Codes

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

#387090 Text Font Color

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

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


#387090 Background Color

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

This div background color is #387090


#387090 Border Color

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

This div border color is #387090


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,112,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #387090; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #387090;
  -webkit-box-shadow: 1px 1px 3px 2px #387090;
  box-shadow:         1px 1px 3px 2px #387090; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387090


Comments

No comments written yet.

Please login to write comment.