Color Hex Logo

#387c93 Color Hex

#387C93
(56,124,147)
0 Favorites   0 Comments

Color spaces of #387c93

RGB 56124147
HSL0.540.450.40
HSV195°62°58°
CMYK 0.620.160.00   0.42
XYZ14.105017.362630.2117
Yxy17.36260.22870.2815
Hunter Lab41.6685-12.4966-13.8203
CIE-Lab48.7137-14.2215-18.8719

#387c93 color RGB value is (56,124,147).

#387c93 hex color red value is 56, green value is 124 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #387c93 hue: 0.54 , saturation: 0.45 and the lightness value of 387c93 is 0.40.

The process color (four color CMYK) of #387c93 color hex is 0.62, 0.16, 0.00, 0.42. Web safe color of #387c93 is #336699. Color #387c93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111100 10010011
Octal 70 174 223
Decimal 56 124 147
Hex 38 7C 93

RGB Percentages of Color #387c93

%17.13
%37.92
%44.95

CMYK Percentages of Color #387c93

%62
%16
%0
%42

Triadic Colors of #387c93

#387c93 #93387c #7c9338

Analogous Colors of #387c93

#387c93 #384f93 #38937d

Monochromatic Colors of #387c93

#387c93

Complementary Color

#387c93 #934f38

#387c93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387c93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387c93 Color CSS Codes

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

#387c93 Text Font Color

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

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


#387c93 Background Color

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

This div background color is #387c93


#387c93 Border Color

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

This div border color is #387c93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387c93


Comments

No comments written yet.

Please login to write comment.