Color Hex Logo

#384671 Color Hex

#384671
(56,70,113)
0 Favorites   0 Comments

Color spaces of #384671

RGB 5670113
HSL0.630.340.33
HSV225°50°44°
CMYK 0.500.380.00   0.56
XYZ6.80176.413316.5022
Yxy6.41330.22890.2158
Hunter Lab25.32453.6240-20.9080
CIE-Lab30.43217.4467-26.5774

#384671 color RGB value is (56,70,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000110 01110001
Octal 70 106 161
Decimal 56 70 113
Hex 38 46 71

RGB Percentages of Color #384671

%23.43
%29.29
%47.28

CMYK Percentages of Color #384671

%50
%38
%0
%56

Triadic Colors of #384671

#384671 #713846 #467138

Analogous Colors of #384671

#384671 #463871 #386371

Monochromatic Colors of #384671

#384671

Complementary Color

#384671 #716338

#384671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384671 Color CSS Codes

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

#384671 Text Font Color

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

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


#384671 Background Color

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

This div background color is #384671


#384671 Border Color

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

This div border color is #384671


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,70,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 #384671">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384671


Comments

No comments written yet.

Please login to write comment.