Color Hex Logo

#384971 Color Hex

#384971
(56,73,113)
0 Favorites   0 Comments

Color spaces of #384971

RGB 5673113
HSL0.620.340.33
HSV222°50°44°
CMYK 0.500.350.00   0.56
XYZ6.99416.798116.5663
Yxy6.79810.23040.2239
Hunter Lab26.07322.2544-19.4203
CIE-Lab31.34285.4606-25.1451

#384971 color RGB value is (56,73,113).

#384971 hex color red value is 56, green value is 73 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #384971 hue: 0.62 , saturation: 0.34 and the lightness value of 384971 is 0.33.

The process color (four color CMYK) of #384971 color hex is 0.50, 0.35, 0.00, 0.56. Web safe color of #384971 is #333366. Color #384971 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001001 01110001
Octal 70 111 161
Decimal 56 73 113
Hex 38 49 71

RGB Percentages of Color #384971

%23.14
%30.17
%46.69

CMYK Percentages of Color #384971

%50
%35
%0
%56

Triadic Colors of #384971

#384971 #713849 #497138

Analogous Colors of #384971

#384971 #443871 #386671

Monochromatic Colors of #384971

#384971

Complementary Color

#384971 #716038

#384971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384971 Color CSS Codes

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

#384971 Text Font Color

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

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


#384971 Background Color

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

This div background color is #384971


#384971 Border Color

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

This div border color is #384971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384971


Comments

No comments written yet.

Please login to write comment.