Color Hex Logo

#384c87 Color Hex

#384C87
(56,76,135)
0 Favorites   0 Comments

Color spaces of #384c87

RGB 5676135
HSL0.620.410.37
HSV225°59°53°
CMYK 0.590.440.00   0.47
XYZ8.58857.758923.9666
Yxy7.75890.21300.1925
Hunter Lab27.85486.2912-31.5155
CIE-Lab33.475611.1120-35.4541

#384c87 color RGB value is (56,76,135).

#384c87 hex color red value is 56, green value is 76 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #384c87 hue: 0.62 , saturation: 0.41 and the lightness value of 384c87 is 0.37.

The process color (four color CMYK) of #384c87 color hex is 0.59, 0.44, 0.00, 0.47. Web safe color of #384c87 is #333399. Color #384c87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001100 10000111
Octal 70 114 207
Decimal 56 76 135
Hex 38 4C 87

RGB Percentages of Color #384c87

%20.97
%28.46
%50.56

CMYK Percentages of Color #384c87

%59
%44
%0
%47

Triadic Colors of #384c87

#384c87 #87384c #4c8738

Analogous Colors of #384c87

#384c87 #4c3887 #387487

Monochromatic Colors of #384c87

#384c87

Complementary Color

#384c87 #877338

#384c87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384c87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384c87 Color CSS Codes

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

#384c87 Text Font Color

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

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


#384c87 Background Color

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

This div background color is #384c87


#384c87 Border Color

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

This div border color is #384c87


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,76,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #384c87; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #384c87;
  -webkit-box-shadow: 1px 1px 3px 2px #384c87;
  box-shadow:         1px 1px 3px 2px #384c87; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384c87


Comments

No comments written yet.

Please login to write comment.